mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44: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; }
|
get { return m_active_option; }
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
if (value == m_active_option)
|
|
||||||
return;
|
|
||||||
m_active_option = value;
|
m_active_option = value;
|
||||||
if (null != m_active_option)
|
if (null != m_active_option)
|
||||||
m_active_option.Visibility = Visibility.Visible;
|
m_active_option.Visibility = Visibility.Visible;
|
||||||
|
Loading…
Reference in New Issue
Block a user