mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Populate new child processes immediately in capture connection panel
This commit is contained in:
@@ -1325,6 +1325,10 @@ void LiveCapture::connectionThreadEntry()
|
||||
QMutexLocker l(&m_ChildrenLock);
|
||||
m_Children.push_back(c);
|
||||
}
|
||||
|
||||
// force a child update immediately, don't wait for the tick which is intended for decaying
|
||||
// processes that exit
|
||||
GUIInvoke::call(this, [this]() { childUpdate(); });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user