From: vsv Date: Thu, 10 Apr 2014 13:26:09 +0000 (+0400) Subject: Removed frame in view toolbars X-Git-Tag: V_0.1~24^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=819d75bb3743f5ab4d68c1e414e02a62f4a839d7;hp=-c;p=modules%2Fshaper.git Removed frame in view toolbars --- 819d75bb3743f5ab4d68c1e414e02a62f4a839d7 diff --git a/src/XGUI/XGUI_ViewWindow.cpp b/src/XGUI/XGUI_ViewWindow.cpp index 9f8edf365..f68ca95c3 100644 --- a/src/XGUI/XGUI_ViewWindow.cpp +++ b/src/XGUI/XGUI_ViewWindow.cpp @@ -93,7 +93,7 @@ void ViewerToolbar::repaintBackground() void ViewerToolbar::paintEvent(QPaintEvent* theEvent) { repaintBackground(); - QToolBar::paintEvent(theEvent); + //QToolBar::paintEvent(theEvent); } //**************************************************************************