mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Don't kill connection thread if user cancels closing
This commit is contained in:
@@ -459,7 +459,10 @@ namespace renderdocui.Windows
|
||||
private void LiveCapture_FormClosing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
if (CheckAllowClose() == false)
|
||||
{
|
||||
e.Cancel = true;
|
||||
return;
|
||||
}
|
||||
|
||||
KillThread();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user