mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove code duplication in Button
This commit is contained in:
parent
3c9d03b875
commit
e3ce74dc7e
2 changed files with 25 additions and 50 deletions
|
|
@ -105,6 +105,7 @@ private:
|
|||
|
||||
void _shape(Ref<TextParagraph> p_paragraph = Ref<TextParagraph>(), String p_text = "") const;
|
||||
void _texture_changed();
|
||||
void _update_style_margins(const Ref<StyleBox> &p_stylebox);
|
||||
|
||||
protected:
|
||||
virtual void _update_theme_item_cache() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue