From 682b5deb645bcb4f03e9d446472a220fbc3a2a97 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 12 Oct 2022 15:43:37 +0300 Subject: [PATCH] [bos #32527] [CEA] PARAVIS pqPythonScriptEditor patch --- src/PVGUI/PVGUI_Module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2