You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix toast spam about child of container position
This commit is contained in:
@@ -3612,7 +3612,7 @@ void CanvasItemEditor::_draw_selection() {
|
|||||||
|
|
||||||
// Remove non-movable nodes.
|
// Remove non-movable nodes.
|
||||||
for (CanvasItem *ci : selection) {
|
for (CanvasItem *ci : selection) {
|
||||||
if (!_is_node_movable(ci, true)) {
|
if (!_is_node_movable(ci)) {
|
||||||
selection.erase(ci);
|
selection.erase(ci);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user