mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Make build profile project detection also set build options
This commit is contained in:
parent
e45cc68092
commit
454e4f817c
28 changed files with 786 additions and 82 deletions
|
|
@ -691,6 +691,8 @@ void SpinBox::_bind_methods() {
|
|||
|
||||
BIND_THEME_ITEM_CUSTOM(Theme::DATA_TYPE_STYLEBOX, SpinBox, field_and_buttons_separator, "field_and_buttons_separator");
|
||||
BIND_THEME_ITEM_CUSTOM(Theme::DATA_TYPE_STYLEBOX, SpinBox, up_down_buttons_separator, "up_down_buttons_separator");
|
||||
|
||||
ADD_CLASS_DEPENDENCY("LineEdit");
|
||||
}
|
||||
|
||||
SpinBox::SpinBox() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue