Add call to update in setOverlayMode
This commit is contained in:
parent
d8e2513ff5
commit
c0712f210a
|
@ -136,6 +136,7 @@ void QtMaterialDrawer::setOverlayMode(bool value)
|
|||
Q_D(QtMaterialDrawer);
|
||||
|
||||
d->overlay = value;
|
||||
update();
|
||||
}
|
||||
|
||||
bool QtMaterialDrawer::overlayMode() const
|
||||
|
|
Loading…
Reference in New Issue