diff --git a/GARbro.GUI.csproj b/GARbro.GUI.csproj index 0185e1ac..4ace66b7 100644 --- a/GARbro.GUI.csproj +++ b/GARbro.GUI.csproj @@ -133,6 +133,9 @@ CreateArchive.xaml + + EnterMaskDialog.xaml + ExtractArchive.xaml @@ -176,6 +179,10 @@ Designer MSBuild:Compile + + Designer + MSBuild:Compile + Designer MSBuild:Compile diff --git a/MainWindow.xaml b/MainWindow.xaml index 254399b7..cc86d82e 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -255,6 +255,7 @@ SelectionMode="Extended" Foreground="Black" AlternationCount="2" ContextMenu="{StaticResource lvDirContextMenu}" PreviewTextInput="lv_TextInput" IsSynchronizedWithCurrentItem="True" + SelectionChanged="lv_SelectionChanged" GridViewColumnHeader.Click="lv_ColumnHeaderClicked"> @@ -263,18 +264,11 @@ - - - - - -