diff options
Diffstat (limited to 'scene/gui/button.h')
-rw-r--r-- | scene/gui/button.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/gui/button.h b/scene/gui/button.h index d2f80893e0..eefb690913 100644 --- a/scene/gui/button.h +++ b/scene/gui/button.h @@ -100,8 +100,6 @@ private: int icon_max_width = 0; } theme_cache; - Size2 _fit_icon_size(const Size2 &p_size) const; - void _shape(Ref<TextParagraph> p_paragraph = Ref<TextParagraph>(), String p_text = ""); void _texture_changed(); @@ -111,6 +109,7 @@ protected: void _set_internal_margin(Side p_side, float p_value); virtual void _queue_update_size_cache(); + Size2 _fit_icon_size(const Size2 &p_size) const; Ref<StyleBox> _get_current_stylebox() const; Size2 _get_largest_stylebox_size() const; void _notification(int p_what); |