mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-16 06:08:12 -05:00
Fix macro splitter position not saving when switching to empty selection
This commit is contained in:
@@ -676,6 +676,10 @@ void AdvSceneSwitcher::MacroSelectionAboutToChange()
|
||||
return;
|
||||
}
|
||||
|
||||
if (!ui->macroName->isEnabled()) { // No macro is selected
|
||||
return;
|
||||
}
|
||||
|
||||
auto macro = GetMacroByQString(ui->macroName->text());
|
||||
if (!macro) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user