From: akl Date: Tue, 31 Mar 2015 13:05:31 +0000 (+0400) Subject: Additional fix of 52639: Creation of ParaView viewer makes Paraview toolbars unavailable. X-Git-Tag: V7_6_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d649116228620943a5b9dac777536a312f11fab6;p=modules%2Fgui.git Additional fix of 52639: Creation of ParaView viewer makes Paraview toolbars unavailable. --- diff --git a/src/PVViewer/PVViewer_ViewWindow.cxx b/src/PVViewer/PVViewer_ViewWindow.cxx index 3fc77b62f..1c0c2f322 100644 --- a/src/PVViewer/PVViewer_ViewWindow.cxx +++ b/src/PVViewer/PVViewer_ViewWindow.cxx @@ -62,6 +62,9 @@ PVViewer_ViewWindow::PVViewer_ViewWindow( SUIT_Desktop* theDesktop, PVViewer_Vie PVViewer_ViewManager::ConnectToExternalPVServer(theDesktop); PVViewer_ViewManager::ParaviewLoadConfigurations(); + // Hide toolbars + PVViewer_GUIElements * pvge = PVViewer_GUIElements::GetInstance(myDesktop); + pvge->setToolBarVisible(false); } else qDebug("No multiViewManager defined"); }