2
0
Daniele Bartolini 9 жил өмнө
parent
commit
26c604e82b

+ 1 - 1
tools/level_editor/properties_view.vala

@@ -504,7 +504,7 @@ namespace Crown
 
 		private void on_selection_changed(Gee.ArrayList<Guid?> selection)
 		{
-			if (selection.size == 0)
+			if (selection.size != 1)
 			{
 				set_current_widget(_nothing_to_show);
 				return;