mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-08 09:36:07 -05:00
Cleanup
* Use GetSettingsWindow() instead of window() to avoid connecting to the wrong widget * Fix typos
This commit is contained in:
@@ -622,8 +622,7 @@ MacroConditionMediaEdit::MacroConditionMediaEdit(
|
||||
: QWidget(parent),
|
||||
_sourceTypes(new QComboBox()),
|
||||
_checkTypes(new QComboBox()),
|
||||
_scenes(new SceneSelectionWidget(window(), true, true, true, true,
|
||||
true)),
|
||||
_scenes(new SceneSelectionWidget(this, true, true, true, true, true)),
|
||||
_sources(new SourceSelectionWidget(this, getMediaSourcesList, true)),
|
||||
_states(new QComboBox()),
|
||||
_timeRestrictions(new QComboBox()),
|
||||
|
||||
Reference in New Issue
Block a user