From: jfa Date: Wed, 12 Oct 2022 12:43:37 +0000 (+0300) Subject: [bos #32527] [CEA] PARAVIS pqPythonScriptEditor patch X-Git-Tag: V9_10_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=682b5deb645bcb4f03e9d446472a220fbc3a2a97;p=modules%2Fparavis.git [bos #32527] [CEA] PARAVIS pqPythonScriptEditor patch --- diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index 04da6b6a..5f006158 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->updateTrace(getTraceString()); myTraceWindow->show(); myTraceWindow->raise(); myTraceWindow->activateWindow();