mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-28 06:37:08 +08:00
(GUI): restore focus to listview after file operations.
This commit is contained in:
@@ -419,6 +419,7 @@ namespace GARbro.GUI
|
||||
m_extract_in_progress = false;
|
||||
m_progress_dialog.Dispose();
|
||||
m_main.Activate();
|
||||
m_main.ListViewFocus();
|
||||
if (!m_main.ViewModel.IsArchive)
|
||||
{
|
||||
m_main.Dispatcher.Invoke (m_main.RefreshView);
|
||||
|
||||
Reference in New Issue
Block a user