From 737420a1724e1497af1958b3a0ae8d82da2d7ecf Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 23 Oct 2019 14:20:46 +0300 Subject: [PATCH] Fix for '#17876 [CEA] HexoticPlugin compilation failure on Windows: missing class members (?) issue. --- src/GUI/HexoticPluginGUI_HypothesisCreator.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx index 2e1340d..42bedce 100644 --- a/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HexoticPluginGUI_HypothesisCreator.cxx @@ -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 ); -- 2.39.2