Salome HOME
Fix for '#17876 [CEA] HexoticPlugin compilation failure on Windows: missing class...
authorrnv <rnv@opencascade.com>
Wed, 23 Oct 2019 11:20:46 +0000 (14:20 +0300)
committerrnv <rnv@opencascade.com>
Wed, 23 Oct 2019 11:20:46 +0000 (14:20 +0300)
src/GUI/HexoticPluginGUI_HypothesisCreator.cxx

index 2e1340d4d149b518a4a3d62722e5e401a6d07338..42bedce708ee1987face763d6f76a5d5ddc3584a 100644 (file)
@@ -230,10 +230,6 @@ QFrame* HexoticPluginGUI_HypothesisCreator::buildFrame()
   }
 
   myStdWidget = new HexoticPluginGUI_StdWidget(aStdGroup);
-#ifdef WIN32
-  myStdWidget->label_6->hide();
-  myStdWidget->myHexoticNbProc->hide();
-#endif
   l->addWidget( myStdWidget, row++, 0, 1, 3 );
   myStdWidget->onSdModeSelected(SD_MODE_4);
   //myStdWidget->gridLayout->setRowStretch( 1, 2 );