Salome HOME
PAL9796
authorasl <asl@opencascade.com>
Tue, 23 Aug 2005 06:29:47 +0000 (06:29 +0000)
committerasl <asl@opencascade.com>
Tue, 23 Aug 2005 06:29:47 +0000 (06:29 +0000)
src/Plot2d/Plot2d_ViewFrame.cxx

index 10937b0292f4b8380fe476bf9e0e7d9f7967aa14..03540eabd1bd5a2097cfcb1854331c5275b8a9c0 100755 (executable)
@@ -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 ) {