Skip to content

mainWindow: Don't update adpative status on small size

Marcus Lundblad requested to merge wip/mlundblad/dont-update-adaptive-empty into main

Safeguard agains really small window size when updating adaptive state as sometimes when first realized the window will have a width of e.g. 1 px before adding widgets. This avoids flickering the adaptive bottom toolbar at startup when it should start up in wide window mode.

Fixes #525 (closed)

Merge request reports