mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-12 17:51:02 +00:00
Load main window initial layout before running python scripts
This commit is contained in:
@@ -89,6 +89,8 @@ CaptureContext::CaptureContext(PersistantConfig &cfg) : m_Config(cfg)
|
||||
|
||||
m_MainWindow = new MainWindow(*this);
|
||||
|
||||
m_MainWindow->LoadInitialLayout();
|
||||
|
||||
{
|
||||
QDir dir(configFilePath("extensions"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user