From 5966503703a7ae5e45ea086674b390380f459562 Mon Sep 17 00:00:00 2001 From: Rudy Huyn Date: Mon, 19 Aug 2019 16:34:49 -0700 Subject: [PATCH] Fix regression bug with application title no longer grayed out. (#632) Move back the VisualStateManager node to the root XAML element to fix visual states of the titlebar. ### How changes were validated: - Manually Fixes #631 --- src/Calculator/Views/TitleBar.xaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Calculator/Views/TitleBar.xaml b/src/Calculator/Views/TitleBar.xaml index 6e2bded..1c7615f 100644 --- a/src/Calculator/Views/TitleBar.xaml +++ b/src/Calculator/Views/TitleBar.xaml @@ -11,19 +11,19 @@ + + + + + + + + + + - - - - - - - - - -