]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
DIAGRAM 0000564: External 560: Manual graphic parametrization should be permanent...
authorouv <oleg.uvarov@opencascade.com>
Fri, 22 Jan 2016 16:10:42 +0000 (19:10 +0300)
committerouv <oleg.uvarov@opencascade.com>
Fri, 22 Jan 2016 16:10:42 +0000 (19:10 +0300)
src/Plot2d/Plot2d_ViewFrame.cxx

index 329127cb0e10226a09457cb8180bb75ac8832dc2..c2f602a8cdd235f35e8c9ecf10b2853c1c6eeb0a 100755 (executable)
@@ -1813,6 +1813,7 @@ void Plot2d_ViewFrame::wheelEvent(QWheelEvent* event)
   }
   myPlot->replot();
   myPnt = event->pos();
+  emit manualTransformationApplied();
 }
 
 /*!