Improve editing of min/max particle properties

This commit is contained in:
kobewi
2023-10-10 23:48:46 +02:00
parent 1f5d4a62e9
commit ce9fec9b4d
9 changed files with 691 additions and 39 deletions

View File

@@ -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;
}