2
0
Эх сурвалжийг харах

Fix toast spam about child of container position

Giganzo 11 сар өмнө
parent
commit
61cf0253ce

+ 1 - 1
editor/plugins/canvas_item_editor_plugin.cpp

@@ -3612,7 +3612,7 @@ void CanvasItemEditor::_draw_selection() {
 
 	// Remove non-movable nodes.
 	for (CanvasItem *ci : selection) {
-		if (!_is_node_movable(ci, true)) {
+		if (!_is_node_movable(ci)) {
 			selection.erase(ci);
 		}
 	}