From b0c8e8b90c1343a3530276c5f11507e5c6f5f13d Mon Sep 17 00:00:00 2001 From: Jaime Bernardo Date: Wed, 3 Apr 2024 19:00:03 +0100 Subject: [PATCH] [ColorPicker]Revert turning the main window into a FluentWindow (#32209) This reverts commit 62d278b23e95a8264e24bdd10eaaddfcc21570a3. Making the Color Picker windows be a Fluent Windows is making it not be drawn on very specific configuration. Yanking it out for release until we can figure it out. --- src/modules/colorPicker/ColorPickerUI/MainWindow.xaml | 8 +++----- src/modules/colorPicker/ColorPickerUI/MainWindow.xaml.cs | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml index 061d90bc655..6aa90ae58e2 100644 --- a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml +++ b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml @@ -1,4 +1,4 @@ - @@ -28,4 +26,4 @@ - + diff --git a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml.cs b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml.cs index 06f45f75d1d..d25357c99f6 100644 --- a/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml.cs +++ b/src/modules/colorPicker/ColorPickerUI/MainWindow.xaml.cs @@ -13,7 +13,7 @@ namespace ColorPicker /// /// Interaction logic for MainWindow.xaml /// - public partial class MainWindow : FluentWindow + public partial class MainWindow : Window { public MainWindow() {