From: mkr Date: Thu, 24 Nov 2005 14:20:37 +0000 (+0000) Subject: Fix for IPAL10387 ( Supervisor viewer has no "View Operations" toolbar ) : X-Git-Tag: BR_3_1_0_deb~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=126fe4c38416e9a06c88bb8a7f7a4aedd61e1a28;p=modules%2Fgui.git Fix for IPAL10387 ( Supervisor viewer has no "View Operations" toolbar ) : add "Show toolbar" item into Supervisor background popup menus in Full, Control and Table views. --- diff --git a/src/SUPERVGraph/SUPERVGraph_ViewFrame.h b/src/SUPERVGraph/SUPERVGraph_ViewFrame.h index 985c57085..df3266dd2 100755 --- a/src/SUPERVGraph/SUPERVGraph_ViewFrame.h +++ b/src/SUPERVGraph/SUPERVGraph_ViewFrame.h @@ -94,6 +94,8 @@ class SUPERVGRAPH_EXPORT SUPERVGraph_ViewFrame : public SUIT_ViewWindow { void EraseAll(){}; void Repaint() {}; + QToolBar* getToolBar() { return myToolBar; } + public slots: void onViewPan(); void onViewZoom();