Nicolas Cannasse %!s(int64=4) %!d(string=hai) anos
pai
achega
4fb64f2767
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      hide/comp/SceneEditor.hx

+ 4 - 1
hide/comp/SceneEditor.hx

@@ -2267,8 +2267,11 @@ class SceneEditor {
 			}
 		sortByLabel(gother);
 		sortByLabel(newItems);
-		if( gother.length > 0 )
+		if( gother.length > 0 ) {
+			if( newItems.length == 0 )
+				return gother;
 			newItems.push({ label : "Other", menu : gother });
+		}
 		return newItems;
 	}