Replies: 1 comment
-
Ideally we'd have support for actual popup window in winit so we could implement that at the window manager level. (rust-windowing/winit#403) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I open a popupWindow in Slint, I can still resize the main window, which causes the popupWindow to stop responding to button clicks after a while.
It looks like this issue has existed for at least a year, so there's little chance it will be fixed soon, and I'm looking for a workaround.
I figured that preventing the main window from being resized while the popupWindow is active could be a good solution.
However, is this possible to implement?
Beta Was this translation helpful? Give feedback.
All reactions