From 0d85a7840a3dd736046ee525a1b14647db86fcff Mon Sep 17 00:00:00 2001 From: "DESKTOP-GPE37UV\\THINKAPD" Date: Tue, 4 Apr 2023 10:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3PanelLocker=E5=92=8CPanelLock?= =?UTF-8?q?erPasswordChanger=E6=8E=A7=E4=BB=B6=E6=98=BE=E7=A4=BA=E5=90=8E?= =?UTF-8?q?=E7=84=A6=E7=82=B9=E6=B2=A1=E6=9C=89=E8=87=AA=E5=8A=A8=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=9C=A8=E5=AF=86=E7=A0=81=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIClient/Ctrlib/Controls/PanelLocker.xaml | 1 - .../Ctrlib/Controls/PanelLocker.xaml.cs | 18 +++++++++++++++--- .../Controls/PanelLockerPasswordChanger.xaml | 2 +- .../PanelLockerPasswordChanger.xaml.cs | 5 +++++ 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/FrameworkLocal/UIClient/Ctrlib/Controls/PanelLocker.xaml b/FrameworkLocal/UIClient/Ctrlib/Controls/PanelLocker.xaml index beb20e5..6dc64e6 100644 --- a/FrameworkLocal/UIClient/Ctrlib/Controls/PanelLocker.xaml +++ b/FrameworkLocal/UIClient/Ctrlib/Controls/PanelLocker.xaml @@ -24,7 +24,6 @@ HorizontalContentAlignment="Center" VerticalContentAlignment="Center" MaxLength="15" Grid.Row="1" - FocusManager.FocusedElement="{Binding RelativeSource={RelativeSource Self}}" PreviewKeyDown="TxtPass_OnPreviewKeyDown"/>