From 0b61f869f8bb123e7d355c16819696677e5b2b02 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 29 May 2015 14:55:45 +0400 Subject: [PATCH] set busy state while reading audio file. --- MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index db45b4b7..291862a2 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -827,6 +827,7 @@ namespace GARbro.GUI { try { + SetBusyState(); using (var input = OpenEntry (entry)) { FormatCatalog.Instance.LastError = null;