-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
from linuxdeepin/dtkwidget#200 通过窗口管理器移动窗口时,鼠标按下并移动,之后事件由窗管接管 移动结束后,应用无法收到鼠标释放的事件,导致没有刷新全局的 qt_button_down 此时 sendMouseEvent 无法走到 dispatchEnterLeave 即没有 enter/leave 事件触发,也就没有了 hover 状态。收到 mouse move 且没有鼠标按下的状态时 置空 qt_button_down Log: 修复当窗口标题栏跟dock栏有重叠时,分屏菜单不显示 Bug: https://pms.uniontech.com/bug-view-157629.html Influence: 所有使用DTK标题栏的窗口
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters