Skip to content

osdWindow: Fix first OSD appearance to display correct level

When maxLevel is > 100%, first OSD appearance was capping the current level to 100%. Consecutives key press were then OK. Ensure we setMaxLevel before setting Level itself, so that correct cap value is applied.

Merge request reports