From c7ef24a5b182ee266dbb1c3376c34a659cf59096 Mon Sep 17 00:00:00 2001 From: liufei Date: Sat, 11 Jun 2022 17:25:09 +0800 Subject: [PATCH] =?UTF-8?q?:triangular=5Fflag=5Fon=5Fpost:=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=9D=A2=E6=9D=BF=E6=8C=89=E9=92=AE=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E7=8A=B6=E6=80=81,=E6=AD=A4?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=89=A7=E8=A1=8Cgotfocus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Constant/RunTimeStatus.cs | 5 ++++ MainWindow.xaml | 51 +++++++++++++++++++++------------------ MainWindow.xaml.cs | 13 +++++++++- 3 files changed, 44 insertions(+), 25 deletions(-) diff --git a/Constant/RunTimeStatus.cs b/Constant/RunTimeStatus.cs index 8570c7d..82df63b 100644 --- a/Constant/RunTimeStatus.cs +++ b/Constant/RunTimeStatus.cs @@ -30,6 +30,11 @@ /// public static bool SHOW_RIGHT_BTN_MENU = false; + /// + /// 是否点击了面板功能按钮 + /// + public static bool APP_BTN_IS_DOWN = false; + /// /// 是否正在编辑菜单 /// diff --git a/MainWindow.xaml b/MainWindow.xaml index 833185e..851bb32 100644 --- a/MainWindow.xaml +++ b/MainWindow.xaml @@ -28,6 +28,7 @@ MouseEnter="MainWindow_MouseEnter" GotFocus="Window_GotFocus" Loaded="Window_Loaded" + xf:Animations.Primary="{xf:Animate BasedOn={StaticResource FadeInAndGrowHorizontally}, Event=Visibility}" > @@ -88,32 +89,34 @@