mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-15 13:21:40 -05:00
Emphasize that a duration of 0s means using default duration
This commit is contained in:
parent
eda161de39
commit
59c87ca027
|
|
@ -42,6 +42,7 @@ public:
|
|||
void SetValue(double value);
|
||||
void SetUnit(DurationUnit u);
|
||||
void SetDuration(Duration d);
|
||||
QDoubleSpinBox *SpinBox() { return _duration; }
|
||||
|
||||
private slots:
|
||||
void _DurationChanged(double value);
|
||||
|
|
|
|||
|
|
@ -130,6 +130,8 @@ MacroActionSwitchSceneEdit::MacroActionSwitchSceneEdit(
|
|||
_blockUntilTransitionDone = new QCheckBox(obs_module_text(
|
||||
"AdvSceneSwitcher.action.scene.blockUntilTransitionDone"));
|
||||
|
||||
_duration->SpinBox()->setSpecialValueText("-");
|
||||
|
||||
QWidget::connect(_scenes, SIGNAL(SceneChanged(const SceneSelection &)),
|
||||
this, SLOT(SceneChanged(const SceneSelection &)));
|
||||
QWidget::connect(_transitions,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user