Hide OverlayDrawer handle when not interactive
In Qt 5.15, the drawer handle is visible even when interactive: false
.
Explicitly factoring in interactive
into handleVisible
seems to fix this.
In Qt 5.15, the drawer handle is visible even when interactive: false
.
Explicitly factoring in interactive
into handleVisible
seems to fix this.