Make build profile project detection also set build options

This commit is contained in:
Michael Alexsander
2025-03-06 15:42:10 -03:00
parent e45cc68092
commit 454e4f817c
28 changed files with 786 additions and 82 deletions

View File

@ -6655,6 +6655,14 @@ void Tree::_bind_methods() {
BIND_THEME_ITEM(Theme::DATA_TYPE_STYLEBOX, Tree, title_button_pressed);
BIND_THEME_ITEM(Theme::DATA_TYPE_STYLEBOX, Tree, title_button_hover);
BIND_THEME_ITEM(Theme::DATA_TYPE_COLOR, Tree, title_button_color);
ADD_CLASS_DEPENDENCY("HScrollBar");
ADD_CLASS_DEPENDENCY("HSlider");
ADD_CLASS_DEPENDENCY("LineEdit");
ADD_CLASS_DEPENDENCY("Popup");
ADD_CLASS_DEPENDENCY("TextEdit");
ADD_CLASS_DEPENDENCY("Timer");
ADD_CLASS_DEPENDENCY("VScrollBar");
}
Tree::Tree() {