mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-14 01:34:17 +08:00
(ExtractFile): force active option reset.
This commit is contained in:
@@ -72,8 +72,6 @@ namespace GARbro.GUI
|
||||
get { return m_active_option; }
|
||||
set
|
||||
{
|
||||
if (value == m_active_option)
|
||||
return;
|
||||
m_active_option = value;
|
||||
if (null != m_active_option)
|
||||
m_active_option.Visibility = Visibility.Visible;
|
||||
|
||||
Reference in New Issue
Block a user