]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
INT PAL 52900: TC7.7.0: Preview disappears for 'Block Multi-Transformation' operation
authorvsr <vsr@opencascade.com>
Mon, 12 Oct 2015 14:20:54 +0000 (17:20 +0300)
committervsr <vsr@opencascade.com>
Mon, 12 Oct 2015 15:03:05 +0000 (18:03 +0300)
src/BlocksGUI/BlocksGUI_TrsfDlg.cxx

index b441b58a866d7bb3bf0f0d08e14796f3b3c38cb8..985bfc97e63ebf22711f1dbbeb90095385efb9ff 100644 (file)
@@ -219,7 +219,6 @@ bool BlocksGUI_TrsfDlg::ClickOnApply()
 //=================================================================================
 void BlocksGUI_TrsfDlg::SelectionIntoArgument()
 {
-  erasePreview();
   myEditCurrentArgument->setText("");
 
   // Get index of current selection focus
@@ -273,7 +272,6 @@ void BlocksGUI_TrsfDlg::SelectionIntoArgument()
     }
     myEditCurrentArgument->setText(aName);
     myFaces[aCurrFocus] = anIndex;
-    processPreview();
   }
 
   switch (aCurrFocus) {
@@ -316,6 +314,8 @@ void BlocksGUI_TrsfDlg::SelectionIntoArgument()
   default:
     break;
   }
+
+  processPreview();
 }
 
 //=================================================================================
@@ -379,6 +379,8 @@ void BlocksGUI_TrsfDlg::SetEditCurrentArgument()
   aSender->setDown(true);
 
   activateSelection();
+
+  processPreview();
 }
 
 //=================================================================================