From 819d75bb3743f5ab4d68c1e414e02a62f4a839d7 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 10 Apr 2014 17:26:09 +0400 Subject: [PATCH] Removed frame in view toolbars --- src/XGUI/XGUI_ViewWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //************************************************************************** -- 2.39.2