From d3a125ac1dbe9e9a8d173ffb4789b0c3c7488359 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Fri, 29 Mar 2024 21:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E8=8F=9C=E5=8D=95=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml.cs b/VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml.cs index 9307c1e..7cc230d 100644 --- a/VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winWorkMenu.xaml.cs @@ -178,6 +178,7 @@ public partial class winWorkMenu : WindowX //} //else if (detailTypes.SelectedIndex == lastIndex) //{ + detailTypes.IsDropDownOpen = true; detailTypes_SelectionChanged(null, null); //} }, DispatcherPriority.Loaded);