♻️ 优化动画及部分样式
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user