X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FEntityGUI%2FEntityGUI.h;h=7c3cdf67f53f8b99a5a68ece161719fe778f3a25;hb=1c97ae08b2a06f98e1aad293b86819574c150264;hp=d6a557ef63291bc437b88c8f5d487fbc34ab4de1;hpb=c8ae1da7b2988de253fec52eb7583a5b0f291209;p=modules%2Fgeom.git diff --git a/src/EntityGUI/EntityGUI.h b/src/EntityGUI/EntityGUI.h index d6a557ef6..7c3cdf67f 100644 --- a/src/EntityGUI/EntityGUI.h +++ b/src/EntityGUI/EntityGUI.h @@ -49,7 +49,8 @@ public : bool OnGUIEvent( int, SUIT_Desktop* ); bool OnMousePress( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWindow* theViewWindow ); - bool OnMouseMove( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWindow* theViewWindow ); +// bool OnMouseMove( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWindow* theViewWindow ); + bool OnMouseRelease( QMouseEvent* pe, SUIT_Desktop* parent, SUIT_ViewWindow* theViewWindow ); static gp_Pnt ConvertClickToPoint( int x, int y, Handle(V3d_View) aView );