mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
(ExtractFile): force active option reset.
This commit is contained in:
parent
b7051be2cb
commit
71d54d616d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user