From 27ec621680db1bbea50e2c2871a7538e6abb7996 Mon Sep 17 00:00:00 2001 From: FabianNitsche Date: Fri, 4 Dec 2020 15:03:25 +0100 Subject: [PATCH 1/3] 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 9a3f6455c969b419ef50c2ea4ecdec3b685a9695 Mon Sep 17 00:00:00 2001 From: FabianNitsche Date: Sun, 6 Dec 2020 16:09:51 +0100 Subject: [PATCH 2/3] Moved MenuItem DataTemplate to resources to fix issue #98. --- NodeNetworkToolkit/ContextMenu/SearchableContextMenuView.xaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/NodeNetworkToolkit/ContextMenu/SearchableContextMenuView.xaml b/NodeNetworkToolkit/ContextMenu/SearchableContextMenuView.xaml index 795a85b..b8dc128 100644 --- a/NodeNetworkToolkit/ContextMenu/SearchableContextMenuView.xaml +++ b/NodeNetworkToolkit/ContextMenu/SearchableContextMenuView.xaml @@ -14,12 +14,10 @@ - - - + From c34191fc51061b7b42faa059e345443499945108 Mon Sep 17 00:00:00 2001 From: FabianNitsche Date: Sun, 6 Dec 2020 17:53:26 +0100 Subject: [PATCH 3/3] 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"> +