when Image Dither is changed in the menu, make ob reconfigure so it uses the dithering

This commit is contained in:
Dana Jansens 2002-04-26 07:13:22 +00:00
parent 9fa48a9fbe
commit 3f6f897d88

View file

@ -856,6 +856,7 @@ void BScreen::setImageDither(bool d) {
s << "session.screen" << getScreenNumber() << ".imageDither" << ends; s << "session.screen" << getScreenNumber() << ".imageDither" << ends;
config.setValue(s.str(), resource.image_dither); config.setValue(s.str(), resource.image_dither);
s.rdbuf()->freeze(0); s.rdbuf()->freeze(0);
openbox.reconfigure();
} }