Salome HOME
[bos #32527] [CEA] PARAVIS pqPythonScriptEditor patch
authorjfa <jfa@opencascade.com>
Wed, 12 Oct 2022 12:43:37 +0000 (15:43 +0300)
committerjfa <jfa@opencascade.com>
Wed, 12 Oct 2022 12:43:37 +0000 (15:43 +0300)
src/PVGUI/PVGUI_Module.cxx

index 04da6b6a1d482ed046bfda79653c7698f4ab0aab..5f006158ebaf09ef1d5c40956e35ace19df467a9 100644 (file)
@@ -951,7 +951,7 @@ void PVGUI_Module::onShowTrace()
   if (!myTraceWindow) {
     myTraceWindow = new pqPythonScriptEditor(getApp()->desktop());
   }
-  myTraceWindow->setText(getTraceString());
+  myTraceWindow->updateTrace(getTraceString());
   myTraceWindow->show();
   myTraceWindow->raise();
   myTraceWindow->activateWindow();