1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

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

@@ -3129,6 +3129,13 @@ void GraphEdit::_bind_methods() {
BIND_THEME_ITEM(Theme::DATA_TYPE_CONSTANT, GraphEdit, port_hotzone_inner_extent);
BIND_THEME_ITEM(Theme::DATA_TYPE_CONSTANT, GraphEdit, port_hotzone_outer_extent);
ADD_CLASS_DEPENDENCY("Button");
ADD_CLASS_DEPENDENCY("GraphFrame");
ADD_CLASS_DEPENDENCY("GraphNode");
ADD_CLASS_DEPENDENCY("HScrollBar");
ADD_CLASS_DEPENDENCY("SpinBox");
ADD_CLASS_DEPENDENCY("VScrollBar");
}
GraphEdit::GraphEdit() {