]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.cpp
Salome HOME
Crash fix in the second study.
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.cpp
index e8f9334e19a373a2827d7722cbec5db3165e4bd7..db4d9eb70196e51988369008798d03197492305e 100755 (executable)
@@ -4,13 +4,15 @@
 // Created:     25 Nov 2015
 // Author:      Natalia ERMOLAEVA
 
-//#include <SketchShapePlugin_PageGroupBox.h>
+#include <SketchShapePlugin_PageGroupBox.h>
 
-//#include <QGridLayout>
-
-/*SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent)
+SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent)
 : ModuleBase_PageGroupBox(theParent)
 {
-  setTitle("SketchShapePlugin_PageGroupBox");
-}*/
+}
+
+void SketchShapePlugin_PageGroupBox::setHighlightedGroupBox(bool isHighlighted)
+{
+  ModuleBase_Tools::setShadowEffect(this, isHighlighted);
+}