mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Increase slide index selection maximum to 9999
This commit is contained in:
parent
0d56de11d1
commit
8f92ba3ffa
|
|
@ -252,6 +252,7 @@ MacroConditionSlideshowEdit::MacroConditionSlideshowEdit(
|
|||
setToolTip(obs_module_text(
|
||||
"AdvSceneSwitcher.condition.slideshow.updateInterval.tooltip"));
|
||||
_index->setMinimum(1);
|
||||
_index->setMaximum(9999);
|
||||
populateConditionSelection(_conditions);
|
||||
|
||||
QWidget::connect(_conditions, SIGNAL(currentIndexChanged(int)), this,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user