mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't expire lookup-in-progress until all GUIInvokes have completed.
This commit is contained in:
@@ -278,9 +278,10 @@ void RemoteManager::refreshHost(RDTreeWidgetItem *node)
|
||||
|
||||
GUIInvoke::call(this, [node]() { node->setItalic(false); });
|
||||
|
||||
m_Lookups.acquire();
|
||||
|
||||
GUIInvoke::call(this, [this]() { updateStatus(); });
|
||||
GUIInvoke::call(this, [this]() {
|
||||
m_Lookups.acquire();
|
||||
updateStatus();
|
||||
});
|
||||
});
|
||||
th->selfDelete(true);
|
||||
th->start();
|
||||
|
||||
Reference in New Issue
Block a user