Skip to content

Fix resizing

dcz requested to merge sizes into master

When the panel window was reused, it was not re-initialized. That includes the panel size request. If the last panel size was matching a different display size (including orientation), the newly shown panel would re-use that size instead of respecting the newly requested size.

Merge request reports