From 27ec621680db1bbea50e2c2871a7538e6abb7996 Mon Sep 17 00:00:00 2001 From: FabianNitsche Date: Fri, 4 Dec 2020 15:03:25 +0100 Subject: [PATCH 1/2] Fixed a WPF issue causing binding errors. --- ExampleShaderEditorApp/App.xaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ExampleShaderEditorApp/App.xaml b/ExampleShaderEditorApp/App.xaml index 29e7e24..dfeb4a2 100644 --- a/ExampleShaderEditorApp/App.xaml +++ b/ExampleShaderEditorApp/App.xaml @@ -3,4 +3,12 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:ExampleShaderEditorApp" StartupUri="Views/MainWindow.xaml"> + + + + + From c34191fc51061b7b42faa059e345443499945108 Mon Sep 17 00:00:00 2001 From: FabianNitsche Date: Sun, 6 Dec 2020 17:53:26 +0100 Subject: [PATCH 2/2] Added comment describing the reason for the workaround. --- ExampleShaderEditorApp/App.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ExampleShaderEditorApp/App.xaml b/ExampleShaderEditorApp/App.xaml index dfeb4a2..9dd990e 100644 --- a/ExampleShaderEditorApp/App.xaml +++ b/ExampleShaderEditorApp/App.xaml @@ -5,6 +5,7 @@ StartupUri="Views/MainWindow.xaml"> +