-
Notifications
You must be signed in to change notification settings - Fork 55
fix: popup can not auto hide on treeland #915
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
Conversation
034b761 to
93399ac
Compare
|
TAG Bot TAG: 1.99.8 |
f563c99 to
6ddeb6a
Compare
Qt popup get event from other window, so it's necessary to make dock can get focus. And add a PopupWindow to handle Popup auto hide. log: as title
log: as title
deepin pr auto review代码审查意见:
总体来说,代码的修改看起来是为了修复一个弹出窗口无法隐藏的问题,但是需要确保所有的修改都是必要的,并且没有引入新的问题。同时,应该添加更多的注释来解释代码的意图和功能,以提高代码的可读性和可维护性。 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: tsic404, yixinshark The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/forcemerge |
|
This pr force merged! (status: blocked) |
Qt popup get event from other window, so it's necessary to make dock can get focus. And add a PopupWindow to handle Popup auto hide.
log: as title