-
-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Win10 亚克力窗口会卡,现在有部分方法可以解决,请验证一下 #133
Labels
enhancement
New feature or request
Comments
不好意思忘记回了,上周测试了效果不错,之后有空可以加上 |
可以发一个PR吗,看不太懂 |
添加一个注销毛玻璃渲染的函数, 在检测到窗口移动的时候执行注销函数,移动结束后重新设置毛玻璃效果,这没啥看不懂的吧,windows 大部分程序都是这样做的,不然会卡 |
可是我不会啊😭 |
作者没更新么,这个代码都在那,复制进去就行了啊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
class AcrylicWindow(WindowsFramelessWindow):
""" A frameless window with acrylic effect """
注册titleBar的事件
去除导致卡顿的函数
在demo中检测相关事件并设置亚克力效果
The text was updated successfully, but these errors were encountered: