From bd9768451fa89976321ce5115f5da96fe7a4d916 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 29 Feb 2016 19:16:38 +0100 Subject: [PATCH] Make sure saving logs from connection dialog marks them as saved --- renderdocui/Windows/Dialogs/LiveCapture.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/renderdocui/Windows/Dialogs/LiveCapture.cs b/renderdocui/Windows/Dialogs/LiveCapture.cs index 7bff869dc..a10fd2b0f 100644 --- a/renderdocui/Windows/Dialogs/LiveCapture.cs +++ b/renderdocui/Windows/Dialogs/LiveCapture.cs @@ -394,6 +394,7 @@ namespace renderdocui.Windows try { File.Copy(log.localpath, path, true); + log.saved = true; } catch (System.Exception ex) {