From b41cedf1a433a6a760646106a430560cd0eda14b Mon Sep 17 00:00:00 2001 From: ZouJin Date: Fri, 1 Sep 2023 02:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=9B=9E=20=E5=A4=9A=E5=B1=8F?= =?UTF-8?q?=E5=B9=95=E6=94=AF=E6=8C=81=20#137=20=E5=92=8C=20#0875c50?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VPet-Simulator.Windows/MainWindow.xaml.cs b/VPet-Simulator.Windows/MainWindow.xaml.cs index c4ff3c4..cd37cbd 100644 --- a/VPet-Simulator.Windows/MainWindow.xaml.cs +++ b/VPet-Simulator.Windows/MainWindow.xaml.cs @@ -644,7 +644,7 @@ namespace VPet_Simulator.Windows Main.DisplayToNomal(); Left = (SystemParameters.PrimaryScreenWidth - Width) / 2; Top = (SystemParameters.PrimaryScreenHeight - Height) / 2; - (Core.Controller as MWController).ClearScreenBorderCache(); + //(Core.Controller as MWController).ClearScreenBorderCache(); })); m_menu.MenuItems.Add(new MenuItem("反馈中心".Translate(), (x, y) => { new winReport(this).Show(); })); m_menu.MenuItems.Add(new MenuItem("开发控制台".Translate(), (x, y) => { new winConsole(this).Show(); }));