From: eap Date: Mon, 17 Dec 2012 09:35:46 +0000 (+0000) Subject: 22004: [CEA 725] Remove "Allow quadrangles" of Netgen3D parameters X-Git-Tag: V6_main_FINAL~15 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=69c24c51e62569288d82aa8d711006086b879926;p=plugins%2Fnetgenplugin.git 22004: [CEA 725] Remove "Allow quadrangles" of Netgen3D parameters --- diff --git a/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx b/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx index 31b3f7e..408b01f 100644 --- a/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/NETGENPluginGUI_HypothesisCreator.cxx @@ -206,7 +206,7 @@ QFrame* NETGENPluginGUI_HypothesisCreator::buildFrame() row++; } myAllowQuadrangles = 0; - if ( true /*myIs2D*/ ) // issue 0021676 + if ( myIs2D || !myIsONLY ) // issue 0021676 { myAllowQuadrangles = new QCheckBox( tr( "NETGEN_ALLOW_QUADRANGLES" ), GroupC1 ); aGroupLayout->addWidget( myAllowQuadrangles, row, 0 );