Skip to content

Hide OverlayDrawer handle when not interactive

Jan Blackquill requested to merge work/cblack/drawer-bugs into master

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

Merge request reports