mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-29 18:06:37 +00:00
Add UI thread invokers for all windows
* This is necessary as they expect to be run on the UI thread, but can be fetched from python scripts running on the python script thread. We block invoke over to the UI and suspend python's GIL to avoid deadlocks.
This commit is contained in:
@@ -133,7 +133,7 @@ private slots:
|
||||
private:
|
||||
Ui::PythonShell *ui;
|
||||
ICaptureContext &m_Ctx;
|
||||
CaptureContextInvoker *m_ThreadCtx = NULL;
|
||||
ICaptureContext *m_ThreadCtx = NULL;
|
||||
|
||||
ScintillaEdit *runningScriptEditor = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user