set busy state while reading audio file.

This commit is contained in:
morkt
2015-05-29 14:55:45 +04:00
parent 03e280c045
commit 0b61f869f8

View File

@@ -827,6 +827,7 @@ namespace GARbro.GUI
{ {
try try
{ {
SetBusyState();
using (var input = OpenEntry (entry)) using (var input = OpenEntry (entry))
{ {
FormatCatalog.Instance.LastError = null; FormatCatalog.Instance.LastError = null;