diff --git a/components/qtmaterialdrawer.cpp b/components/qtmaterialdrawer.cpp index 8f44093..1bddd47 100644 --- a/components/qtmaterialdrawer.cpp +++ b/components/qtmaterialdrawer.cpp @@ -136,6 +136,7 @@ void QtMaterialDrawer::setOverlayMode(bool value) Q_D(QtMaterialDrawer); d->overlay = value; + update(); } bool QtMaterialDrawer::overlayMode() const