Use python invoker wrapper everywhere for pyrenderdoc

* This includes in the parameters of extension callbacks.
This commit is contained in:
baldurk
2026-08-27 12:45:52 +01:00
parent 3026718788
commit 9a2ec4aa19
7 changed files with 108 additions and 108 deletions
-2
View File
@@ -168,7 +168,6 @@ private slots:
private:
Ui::PythonShell *ui;
ICaptureContext &m_Ctx;
ICaptureContext *m_ThreadCtx = NULL;
ScintillaEdit *runningScriptEditor = NULL;
@@ -248,7 +247,6 @@ private:
void updateScriptOutput(bool fullRefresh);
PythonContext *newContext();
void setGlobals(PythonContext *ret);
void doAutocomplete(ScintillaEdit *editor);
void doFunccomplete(ScintillaEdit *editor);