mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 16:25:43 -05:00
Fix "Media" condition showing the incorrect macro property selection
This commit is contained in:
@@ -548,14 +548,14 @@ void MacroConditionMedia::MediaNext(void *data, calldata_t *)
|
||||
|
||||
void MacroConditionMedia::SetSourceType(SourceType t)
|
||||
{
|
||||
SetupTempVars();
|
||||
_sourceType = t;
|
||||
SetupTempVars();
|
||||
}
|
||||
|
||||
void MacroConditionMedia::SetCheckType(CheckType t)
|
||||
{
|
||||
SetupTempVars();
|
||||
_checkType = t;
|
||||
SetupTempVars();
|
||||
}
|
||||
|
||||
static void populateSateSelection(QComboBox *list, bool addLegacyEntries)
|
||||
|
||||
Reference in New Issue
Block a user