Salome HOME
Fix for the problem: it's impossible to modify element by typing it ID (without selec...
authormzn <mzn@opencascade.com>
Fri, 2 Sep 2005 08:32:03 +0000 (08:32 +0000)
committermzn <mzn@opencascade.com>
Fri, 2 Sep 2005 08:32:03 +0000 (08:32 +0000)
src/SMESHGUI/SMESHGUI_ExtrusionDlg.cxx
src/SMESHGUI/SMESHGUI_RevolutionDlg.cxx
src/SMESHGUI/SMESHGUI_SymmetryDlg.cxx
src/SMESHGUI/SMESHGUI_TranslationDlg.cxx

index 8ae65deec8eb152b0fef63a501fbce0091ad94c1..a950917c714a44abe6bf3f4ae7564c2c1cc3c9af 100644 (file)
@@ -271,6 +271,7 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
   this->show(); // displays Dialog
 
   ConstructorsClicked(0);
   this->show(); // displays Dialog
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
 }
 
 //=================================================================================
 }
 
 //=================================================================================
index fb35d63efa0e360e739602c2b5d8fe67451570ee..b7c256adf6712b392a43cd4b96c139450bea6545 100644 (file)
@@ -341,6 +341,7 @@ SMESHGUI_RevolutionDlg::SMESHGUI_RevolutionDlg( SMESHGUI* theModule, const char*
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
   resize(0,0); // ??
 }
 
   resize(0,0); // ??
 }
 
index 5eba33ab0acd61a91551d74ec3799b32b4499f58..61c91d2d3efb7d8a2893d2ada0ea8799545119ad 100644 (file)
@@ -324,6 +324,7 @@ SMESHGUI_SymmetryDlg::SMESHGUI_SymmetryDlg( SMESHGUI* theModule, const char* nam
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
   resize(0,0); // ??
 }
 
   resize(0,0); // ??
 }
 
index 1df8f02eba9b88eabb6d127dd1b4b5215b99ac63..5a4539c9452e3c8bb080a2894cabbc4c2987bc43 100644 (file)
@@ -300,6 +300,7 @@ SMESHGUI_TranslationDlg::SMESHGUI_TranslationDlg( SMESHGUI* theModule, const cha
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
   resize(0,0); // ??
 }
 
   resize(0,0); // ??
 }