mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(ExtractFile): force active option reset.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user