mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Deprecate set_min_buttons_width_from_icons
This commit is contained in:
parent
b6223c0df0
commit
bde64c4633
5 changed files with 17 additions and 5 deletions
|
|
@ -127,8 +127,9 @@ class SpinBox : public Range {
|
|||
int buttons_vertical_separation = 0;
|
||||
int field_and_buttons_separation = 0;
|
||||
int buttons_width = 0;
|
||||
int set_min_buttons_width_from_icons = 0;
|
||||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
bool set_min_buttons_width_from_icons = false;
|
||||
#endif
|
||||
} theme_cache;
|
||||
|
||||
void _mouse_exited();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue