Add call to update in setOverlayMode

This commit is contained in:
johanneshilden 2017-10-12 22:47:10 +03:00
parent d8e2513ff5
commit c0712f210a
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ void QtMaterialDrawer::setOverlayMode(bool value)
Q_D(QtMaterialDrawer);
d->overlay = value;
update();
}
bool QtMaterialDrawer::overlayMode() const