when Image Dither is changed in the menu, make ob reconfigure so it uses the dithering
This commit is contained in:
parent
9fa48a9fbe
commit
3f6f897d88
1 changed files with 1 additions and 0 deletions
|
@ -856,6 +856,7 @@ void BScreen::setImageDither(bool d) {
|
|||
s << "session.screen" << getScreenNumber() << ".imageDither" << ends;
|
||||
config.setValue(s.str(), resource.image_dither);
|
||||
s.rdbuf()->freeze(0);
|
||||
openbox.reconfigure();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue