Skip to content
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

fix: incorect window movement when selecting files #252

Merged
merged 3 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. fix: 向日葵中点击文管窗口标题时直接进入移动窗口状态

    文管标题栏本身是可以击点拖动来移动窗口的,然后通过向日葵来点击(且没有move)时,
    文管窗口会额外收到一个mouse move事件,于是就触发了移动窗口逻辑。
    修改方法:
    判断真实的mouse move距离,如果距离小于有效值就认为是无效的mouse move事件,不移动窗口。
    
    Log: 修触发窗口移动条件
    Bug: https://pms.uniontech.com/bug-view-261679.html
    Influence: 窗口移动
    tanjingdong authored and 18202781743 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    cccb68b View commit details
    Browse the repository at this point in the history
  2. fix: 共享库二进制兼容

    共享库二进制兼容
    
    Log: 共享库二进制兼容
    Bug: https://pms.uniontech.com/bug-view-261679.html
    tanjingdong authored and 18202781743 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6191856 View commit details
    Browse the repository at this point in the history
  3. fix: incorect window movement when selecting files

    missing reset pressPoint's state.
    
    Issue: linuxdeepin/developer-center#10165
    18202781743 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a2818d0 View commit details
    Browse the repository at this point in the history