Fixed minor inconsistency in video settings dialog.

Regression since 9b562d31f4
This commit is contained in:
Deve 2015-11-22 15:33:25 +01:00
parent b78d4a0c3d
commit 8a0927f574

View File

@ -229,7 +229,7 @@ void CustomVideoSettingsDialog::updateActivation()
{
bool light = getWidget<CheckBoxWidget>("dynamiclight")->getState();
getWidget<CheckBoxWidget>("motionblur")->setActive(light);
getWidget<CheckBoxWidget>("dof")->setActive(true);
getWidget<CheckBoxWidget>("dof")->setActive(light);
getWidget<SpinnerWidget>("shadows")->setActive(light);
getWidget<CheckBoxWidget>("mlaa")->setActive(light);
getWidget<CheckBoxWidget>("ssao")->setActive(light);