]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Issue 0021808: BR_PAL21808 pal21808_v3
authorvsr <vsr@opencascade.com>
Fri, 2 Nov 2012 10:39:27 +0000 (10:39 +0000)
committervsr <vsr@opencascade.com>
Fri, 2 Nov 2012 10:39:27 +0000 (10:39 +0000)
- sync when key free interaction style is switched on

src/SVTK/SVTK_ViewWindow.cxx

index 8cffd4eba474b87c2142251d0c247e580935df5c..271aa4c938e9e4809392a4ad2dbd9aeffce4b9f8 100755 (executable)
@@ -228,6 +228,8 @@ void SVTK_ViewWindow::Initialize(SVTK_ViewModelBase* theModel)
 
   GetInteractor()->GetInteractorStyle()->AddObserver(SVTK::OperationFinished, 
                                                     myEventCallbackCommand.GetPointer(), 0.0);
+  myKeyFreeInteractorStyle->AddObserver(SVTK::OperationFinished, 
+                                       myEventCallbackCommand.GetPointer(), 0.0);