Skip to content

Commit

Permalink
Fixed UI mis-binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFreon committed Jan 30, 2017
1 parent eca3a75 commit 000beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WPF_ME3Explorer/UI/Texplorer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</DataTrigger>


<DataTrigger Binding="{Binding IsTPFModeEnabled}" Value="true">
<DataTrigger Binding="{Binding TPFToolsModeEnabled}" Value="true">
<Setter Property="IsEnabled" Value="False"/>
</DataTrigger>
</Style.Triggers>
Expand Down

0 comments on commit 000beea

Please sign in to comment.