// Direct VTK log messages to our SALOME window - TODO: review this
PVViewer_OutputWindow * w = PVViewer_OutputWindow::New();
vtkOutputWindow::SetInstance(w);
-
+ pqActiveObjects::instance().setActiveView(nullptr);
new pqTabbedMultiViewWidget(); // registers a "MULTIVIEW_WIDGET" on creation
// Initialization of ParaView GUI widgets will be done when these widgets are
// really needed.
#include <pqTabbedMultiViewWidget.h>
#include <pqApplicationCore.h>
+#include "pqActiveObjects.h"
//---------------------------------------------------------
#define USE_DEBUG
myDesktop = theDesktop;
myModel = theModel;
setViewManager(myModel->getViewManager());
+ pqActiveObjects::instance().setActiveView(nullptr);
myPVMgr = qobject_cast<pqTabbedMultiViewWidget*>(pqApplicationCore::instance()->manager("MULTIVIEW_WIDGET"));
if (myPVMgr) {
SUIT_Application* app = SUIT_Session::session()->activeApplication();