You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 28, 2025. It is now read-only.
拖动窗口边缘时,一开始没有误差,但是随着拖动的时间和距离越来越长,误差也随之越来越大,甚至能达到一整个屏幕(1980px)的长度。
在横、纵轴的拖动均有此问题。
目前看来是由于 RoundShadow.py 中把拖动事件自身处理后再次调用父类函数,导致重复调用,导致了误差问题。
但是截至 6/8 没有任何有效解决方法。