mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 11:47:41 -05:00
Fix nested macro property selections not being saved
This commit is contained in:
@@ -236,6 +236,11 @@ void MacroEdit::SetMacro(const std::shared_ptr<Macro> ¯o)
|
||||
}
|
||||
}
|
||||
|
||||
std::shared_ptr<Macro> MacroEdit::GetMacro() const
|
||||
{
|
||||
return _currentMacro;
|
||||
}
|
||||
|
||||
void MacroEdit::ClearSegmentWidgetCacheFor(Macro *macro) const
|
||||
{
|
||||
ui->conditionsList->ClearWidgetsFromCacheFor(macro);
|
||||
|
||||
Reference in New Issue
Block a user