From edeb005e33adbcc0dec1bfdb6dad85a0abf0dc14 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 22 Jan 2016 19:10:42 +0300 Subject: [PATCH] DIAGRAM 0000564: External 560: Manual graphic parametrization should be permanent and graphics should be saved in .hdf --- src/Plot2d/Plot2d_ViewFrame.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plot2d/Plot2d_ViewFrame.cxx b/src/Plot2d/Plot2d_ViewFrame.cxx index 329127cb0..c2f602a8c 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -1813,6 +1813,7 @@ void Plot2d_ViewFrame::wheelEvent(QWheelEvent* event) } myPlot->replot(); myPnt = event->pos(); + emit manualTransformationApplied(); } /*! -- 2.39.2