]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
temporary patch for PARAVIS - paraview 5.11
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 29 Sep 2022 09:43:02 +0000 (11:43 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 29 Sep 2022 09:43:02 +0000 (11:43 +0200)
products/PARAVIS.pyconf
products/patches/PARAVIS-paraview-5.11.0-trace.patch [new file with mode: 0644]

index bc36b68903605c1139a59e60956d6ba38360c45e..cf540914fbe7961608454b1921967077ee71fcb1 100644 (file)
@@ -96,6 +96,7 @@ default_MPI :
        "pytz",
        "openmpi"
     ]
+    patches : ['PARAVIS-paraview-5.11.0-trace.patch']
 }
 
 version_V9_7_0_to_V9_8_0 :
diff --git a/products/patches/PARAVIS-paraview-5.11.0-trace.patch b/products/patches/PARAVIS-paraview-5.11.0-trace.patch
new file mode 100644 (file)
index 0000000..eebd278
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx
+index 04da6b6a..f047729a 100644
+--- a/src/PVGUI/PVGUI_Module.cxx
++++ b/src/PVGUI/PVGUI_Module.cxx
+@@ -951,7 +951,7 @@ void PVGUI_Module::onShowTrace()
+   if (!myTraceWindow) {
+     myTraceWindow = new pqPythonScriptEditor(getApp()->desktop());
+   }
+-  myTraceWindow->setText(getTraceString());
++  //myTraceWindow->setText(getTraceString());
+   myTraceWindow->show();
+   myTraceWindow->raise();
+   myTraceWindow->activateWindow();