mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Make expand/collapse all properties menu working
This commit is contained in:
@@ -36,6 +36,12 @@
|
||||
|
||||
void InspectorDock::_menu_option(int p_option) {
|
||||
switch (p_option) {
|
||||
case EXPAND_ALL: {
|
||||
_menu_expandall();
|
||||
} break;
|
||||
case COLLAPSE_ALL: {
|
||||
_menu_collapseall();
|
||||
} break;
|
||||
case RESOURCE_MAKE_BUILT_IN: {
|
||||
_unref_resource();
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user