-
Notifications
You must be signed in to change notification settings - Fork 567
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
Dropdown in Windows #2087
Dropdown in Windows #2087
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just one very minor suggestion.
I need to fix the changes I made in set_position(). |
* Removing `WindowHandle::set_level` as per issue linebender#1824
^^ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
^ Thank you too. gtk_issue.mp4DragIssueGtk.mp4 |
@sjoshid can you check the x11 backend ( |
Thanks, I'll look into those. It's highly likely that some things didn't get properly updated when we changed to relative positions. |
I know Im late....but I fixed build errors (like |
nice :). please create an issue about tooltip positioning with the desktop enviroment version, screenshots, ... I tried fixing positioning but it is hard to fix for all enviroments on linux. |
Done. #2100 |
I managed to successfully F up PR #2042. (Patting my back)
This PR adds ability to let dropdowns cross their parent boundary.