Repaint screen after config update in diminactive effect
BUG: 308283 FIXED-IN: 4.9.3 REVIEW: 106814
This commit is contained in:
parent
816a069596
commit
58e8bf2f12
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ void DimInactiveEffect::reconfigure(ReconfigureFlags)
|
|||
dim_keepabove = conf.readEntry("DimKeepAbove", false);
|
||||
dim_by_group = conf.readEntry("DimByGroup", true);
|
||||
dim_strength = conf.readEntry("Strength", 25);
|
||||
effects->addRepaintFull();
|
||||
}
|
||||
|
||||
void DimInactiveEffect::prePaintScreen(ScreenPrePaintData& data, int time)
|
||||
|
|
Loading…
Reference in a new issue