From 2f20bd8ee0fdad0c2b800c624ac53d681639e12f Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 23 Aug 2005 06:29:47 +0000 Subject: [PATCH] PAL9796 --- 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 10937b029..03540eabd 100755 --- a/src/Plot2d/Plot2d_ViewFrame.cxx +++ b/src/Plot2d/Plot2d_ViewFrame.cxx @@ -1331,6 +1331,7 @@ bool Plot2d_ViewFrame::isModeVerLinear() */ void Plot2d_ViewFrame::plotMousePressed(const QMouseEvent& me ) { + ((Plot2d_ViewWindow*)parent())->putInfo(getInfo(me.pos())); if ( myOperation == NoOpId ) myOperation = testOperation( me ); if ( myOperation != NoOpId ) { -- 2.39.2