♻️ 优化动画及部分样式

This commit is contained in:
liufei
2022-06-14 10:37:24 +08:00
parent 896dc26f11
commit 6e58afcdea
11 changed files with 65 additions and 28 deletions

View File

@@ -128,6 +128,7 @@ namespace GeekDesk.Util
&& mouseY >= windowTop && mouseY <= windowTop + windowHeight && IS_HIDE && window.Visibility != Visibility.Visible)
{
window.Visibility = Visibility.Visible;
App.DoEvents();
//上方显示
if (windowTop <= screenTop - showMarginWidth)
{