Improve editing of min/max particle properties
This commit is contained in:
@@ -149,6 +149,9 @@ void EditorProperty::_notification(int p_what) {
|
||||
if (c->is_set_as_top_level()) {
|
||||
continue;
|
||||
}
|
||||
if (!c->is_visible()) {
|
||||
continue;
|
||||
}
|
||||
if (c == bottom_editor) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user