Enable use of Scene Groups for Random tab (#141)

This commit is contained in:
WarmUpTill 2021-03-17 20:00:06 +01:00 committed by GitHub
parent 1273446ce5
commit 2d0a52f8d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ void RandomSwitch::load(obs_data_t *obj)
}
RandomSwitchWidget::RandomSwitchWidget(QWidget *parent, RandomSwitch *s)
: SwitchWidget(parent, s, false, false)
: SwitchWidget(parent, s, false, true)
{
delay = new QDoubleSpinBox();