From 126fe4c38416e9a06c88bb8a7f7a4aedd61e1a28 Mon Sep 17 00:00:00 2001 From: mkr Date: Thu, 24 Nov 2005 14:20:37 +0000 Subject: [PATCH] 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. --- src/SUPERVGraph/SUPERVGraph_ViewFrame.h | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.39.2