Fix toast spam about child of container position

This commit is contained in:
Giganzo 2024-11-19 11:25:28 +01:00
parent 9e6098432a
commit 61cf0253ce

View file

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