UI: Fix checkable property groups

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2019-10-16 07:25:50 +02:00
parent f3a054e308
commit fefcf5468a

View file

@ -1820,7 +1820,7 @@ void WidgetInfo::ControlChanged()
break;
case OBS_PROPERTY_GROUP:
GroupChanged(setting);
return;
break;
}
if (view->callback && !view->deferUpdate)