]> 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 a28cec528d1100fe5ebeb9238d51cd44d9d15d90..db4d9eb70196e51988369008798d03197492305e 100755 (executable)
@@ -9,6 +9,10 @@
 SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent)
 : ModuleBase_PageGroupBox(theParent)
 {
-  setTitle("SketchShapePlugin_PageGroupBox");
+}
+
+void SketchShapePlugin_PageGroupBox::setHighlightedGroupBox(bool isHighlighted)
+{
+  ModuleBase_Tools::setShadowEffect(this, isHighlighted);
 }