From 71d54d616da7771235940e5f1b4a5a4be1c45204 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 14 May 2015 16:27:43 +0400 Subject: [PATCH] (ExtractFile): force active option reset. --- ExtractFile.xaml.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ExtractFile.xaml.cs b/ExtractFile.xaml.cs index 35e89954..3d676999 100644 --- a/ExtractFile.xaml.cs +++ b/ExtractFile.xaml.cs @@ -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;