Salome HOME
Image positioning by two points.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operation.cxx
index d3d15202d7d5964c5c60677423e378d02570069e..52fbcd1739a140a21570c64536dbfa19d6a2e97e 100644 (file)
@@ -103,6 +103,18 @@ void HYDROGUI_Operation::commitOperation()
   closeInputPanel();
 }
 
+void HYDROGUI_Operation::setDialogActive( const bool active )
+{
+  LightApp_Operation::setDialogActive( active );
+  if( myPanel )
+  {
+    if( active )
+    {
+      myPanel->show();
+    }
+  }
+}
+
 HYDROGUI_InputPanel* HYDROGUI_Operation::createInputPanel() const
 {
   return NULL;