mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -2114,6 +2114,10 @@ void ColorPicker::_bind_methods() {
|
|||
BIND_THEME_ITEM_EXT(Theme::DATA_TYPE_STYLEBOX, ColorPicker, mode_button_normal, "tab_unselected", "TabContainer");
|
||||
BIND_THEME_ITEM_EXT(Theme::DATA_TYPE_STYLEBOX, ColorPicker, mode_button_pressed, "tab_selected", "TabContainer");
|
||||
BIND_THEME_ITEM_EXT(Theme::DATA_TYPE_STYLEBOX, ColorPicker, mode_button_hover, "tab_selected", "TabContainer");
|
||||
|
||||
ADD_CLASS_DEPENDENCY("LineEdit");
|
||||
ADD_CLASS_DEPENDENCY("MenuButton");
|
||||
ADD_CLASS_DEPENDENCY("PopupMenu");
|
||||
}
|
||||
|
||||
ColorPicker::ColorPicker() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue