Salome HOME
Update GUI documentation for bugs 16559
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI.cxx
index 39a6cd31bfd8f84dcb742702c66b6a77b59919ef..8ee1a8648eb5e394a0421d340f84eaa6e559d59d 100644 (file)
@@ -257,6 +257,16 @@ bool GEOMToolsGUI::OnGUIEvent(int theCommandID, SUIT_Desktop* parent)
        OnNbIsos();
        break;
       }
+    case 8035: // AUTO COLOR - POPUP VIEWER
+      {
+       OnAutoColor();
+       break;
+      }
+    case 8036: // DISABLE AUTO COLOR - POPUP VIEWER
+      {
+       OnDisableAutoColor();
+       break;
+      }
     case 9024 : // OPEN - OBJBROSER POPUP
       {
        OnOpen();