thumbnail mode showed broken ui
Is there an existing issue for this?
- [x] I have searched the existing issues.
What's the problem?
Clicking the "thumbnail mode" icon showed this:
The black rim around the window is a background, not part of the app itself. The window could be moved around by click+drag. There were no UI controls. Closing with alt+f4 and restarting fixed the issue.
Possibly related to #893
How did you install the app?
installed from crates.io
Operating System
Linux
Additional context
No response
Thanks for the report @nyurik It also happens to me sometimes on Linux pretty randomly, and I suspect it has to do with how iced is handling the window properties change.
So can you confirm that restarting the app and putting it in thumbnail mode then worked, or it keeps doing this every time?
restarting the app solved it - so it is not stably reproducable
Perfect, this means that it's the same bug I sporadically experience on Linux.
Soon I'll be migrating to the latest version of iced that was just released, I hope that will stabilise this.