summaryrefslogtreecommitdiff
path: root/scene/gui/progress_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/progress_bar.h')
-rw-r--r--scene/gui/progress_bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/gui/progress_bar.h b/scene/gui/progress_bar.h
index c79b901928..f451506d95 100644
--- a/scene/gui/progress_bar.h
+++ b/scene/gui/progress_bar.h
@@ -39,8 +39,8 @@ class ProgressBar : public Range {
bool percent_visible = true;
struct ThemeCache {
- Ref<StyleBox> bg_style;
- Ref<StyleBox> fg_style;
+ Ref<StyleBox> background_style;
+ Ref<StyleBox> fill_style;
Ref<Font> font;
int font_size = 0;