rnd-20061003-1-src
[rocksndiamonds.git] / src / editor.c
index 2a7a8e4e19e7662046cb069eedf580093b3a8d4e..e9168f566086b132493234ae311442f30924b895 100644 (file)
@@ -6761,7 +6761,11 @@ void DrawLevelEd()
   ReinitializeElementList();           /* update dynamic level element list */
   ReinitializeElementListButtons();    /* custom element may look different */
 
+#if 1
+  UnmapAllGadgets();
+#else
   UnmapTapeButtons();
+#endif
   MapControlButtons();
 
   DrawEditModeWindow();