mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
滚回 多屏幕支持 #137 和 #0875c50
This commit is contained in:
parent
7a419d1b52
commit
b41cedf1a4
@ -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(); }));
|
||||
|
Loading…
Reference in New Issue
Block a user