From: vsr Date: Mon, 23 Oct 2017 09:40:59 +0000 (+0300) Subject: 0023494: [CEA 2183] In ParaViS, a right click doesn't trigger the context menu X-Git-Tag: V8_4_0rc2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e59f9cb0a284273b126b4b1f218719914336dd52;p=modules%2Fgui.git 0023494: [CEA 2183] In ParaViS, a right click doesn't trigger the context menu --- diff --git a/src/PVViewer/PVViewer_Behaviors.cxx b/src/PVViewer/PVViewer_Behaviors.cxx index ddaae388f..3c07d0328 100644 --- a/src/PVViewer/PVViewer_Behaviors.cxx +++ b/src/PVViewer/PVViewer_Behaviors.cxx @@ -75,6 +75,7 @@ void PVViewer_Behaviors::instanciateMinimalBehaviors(QMainWindow * desk) // Load plugins distributed with application. pqApplicationCore::instance()->loadDistributedPlugins(); + new pqPipelineContextMenuBehavior(this); new pqDefaultViewBehavior(this); // shows a 3D view as soon as a server connection is made new pqAlwaysConnectedBehavior(this); // client always connected to a server new pqVerifyRequiredPluginBehavior(this); @@ -105,7 +106,7 @@ void PVViewer_Behaviors::instanciateAllBehaviors(QMainWindow * desk) //new pqQtMessageHandlerBehavior(this); // THIS ONE TO EXCLUDE !! see comment above new pqDataTimeStepBehavior(this); new pqSpreadSheetVisibilityBehavior(this); - new pqPipelineContextMenuBehavior(this); + //new pqPipelineContextMenuBehavior(this); new pqUndoRedoBehavior(this); new pqAutoLoadPluginXMLBehavior(this); // auto load plugins GUI stuff new pqPluginDockWidgetsBehavior(desk);