mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
parent
e88f387958
commit
f874df58f7
1 changed files with 1 additions and 1 deletions
|
|
@ -428,7 +428,7 @@ void SceneTreeDock::_tool_selected(int p_tool, bool p_confirm_override) {
|
|||
} break;
|
||||
case TOOL_CUT:
|
||||
case TOOL_COPY: {
|
||||
if (!edited_scene || !_validate_no_foreign()) {
|
||||
if (!edited_scene || (p_tool == TOOL_CUT && !_validate_no_foreign())) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue