summaryrefslogtreecommitdiff
path: root/scene/gui/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui/label.h')
-rw-r--r--scene/gui/label.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/gui/label.h b/scene/gui/label.h
index b80646810b..448cb245eb 100644
--- a/scene/gui/label.h
+++ b/scene/gui/label.h
@@ -46,10 +46,10 @@ private:
bool clip = false;
TextServer::OverrunBehavior overrun_behavior = TextServer::OVERRUN_NO_TRIMMING;
Size2 minsize;
+ real_t stable_width = -1;
bool uppercase = false;
bool lines_dirty = true;
- int lines_shaped_last_width = -1;
bool dirty = true;
bool font_dirty = true;
@@ -83,7 +83,6 @@ private:
int font_shadow_outline_size;
} theme_cache;
- void _update_visible();
void _shape();
void _invalidate();