genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.08k stars 255 forks source link

qt: destroy view to hide window #5359

Closed cproc closed 4 weeks ago

cproc commented 1 month ago

Currently, hiding a Qt window is implemented by setting the view size to 0x0, which caused some sporadic problems in combination with the window manager and layouter. An alternative implementation would be to destroy the view instead and to create a new view when the window becomes visible again.

cproc commented 1 month ago

Fixed by c0f7f6a (depends on #5358).