mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Remove extra separator
Removes an extra separator when Scene Tree Editing is disabled. Discussed in #48518
This commit is contained in:
parent
a33a8f1e29
commit
e168baf433
1 changed files with 1 additions and 1 deletions
|
@ -2624,7 +2624,7 @@ void SceneTreeDock::_tree_rmb(const Vector2 &p_menu_pos) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (add_separator) {
|
if (add_separator && profile_allow_editing) {
|
||||||
menu->add_separator();
|
menu->add_separator();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue