From 15c0ebdc57b5180e20b200284135a07f23e04b3b Mon Sep 17 00:00:00 2001 From: "PAL\\cbo" Date: Tue, 7 Feb 2023 15:17:55 +0100 Subject: [PATCH] disable drag splashscreen --- wpf_ax_utility/AxUtilitySplashScreen.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/wpf_ax_utility/AxUtilitySplashScreen.xaml b/wpf_ax_utility/AxUtilitySplashScreen.xaml index f226b5d..e16d892 100644 --- a/wpf_ax_utility/AxUtilitySplashScreen.xaml +++ b/wpf_ax_utility/AxUtilitySplashScreen.xaml @@ -12,6 +12,7 @@ WindowStyle="None" WindowStartupLocation="CenterScreen" AllowsTransparency="True" + IsHitTestVisible="false" Background="Transparent" Title="PAL Ax Utility" mc:Ignorable="d"