]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
API of pqParaViewMenuBuilders::buildCatalystMenu has changed for 5.6.0 agy/pv560ready
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 6 Sep 2018 14:10:38 +0000 (16:10 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 6 Sep 2018 14:10:38 +0000 (16:10 +0200)
src/PVViewer/PVViewer_GUIElements.cxx

index 1b13be9c39e58e909a71998138860bce205bd4ec..0cfe6ca0f46668d537b80f44e6f23c597815fa77 100644 (file)
@@ -122,7 +122,7 @@ void PVViewer_GUIElements::buildPVWidgets()
     // Catalyst Menu
     if (!catalystMenu) {
       catalystMenu = new QMenu(0);
-      pqParaViewMenuBuilders::buildCatalystMenu(*catalystMenu);
+      pqParaViewMenuBuilders::buildCatalystMenu(*catalystMenu, myDesktop);
     }
 
     mainToolBar = new pqMainControlsToolbar(myDesktop)