From 0709ff94de506898772a46be55e47eda22b451d6 Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Sun, 27 Oct 2019 10:38:29 -0700 Subject: [PATCH] Fix visibility binding --- SourceGen/WpfGui/ProjectLoadIssues.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SourceGen/WpfGui/ProjectLoadIssues.xaml b/SourceGen/WpfGui/ProjectLoadIssues.xaml index 27b8664..b1fe78c 100644 --- a/SourceGen/WpfGui/ProjectLoadIssues.xaml +++ b/SourceGen/WpfGui/ProjectLoadIssues.xaml @@ -36,7 +36,7 @@ limitations under the License. Width="540" Height="110" IsReadOnly="True" TextWrapping="Wrap" Text="" VerticalScrollBarVisibility="Auto"/> + Visibility="{Binding ShowSaveWarning, Converter={StaticResource BoolToVis}}"> Invalid data items will be discarded when you save the project.