Fix crash when adding new entries to the legacy tabs

This commit is contained in:
WarmUpTill
2024-08-23 20:18:15 +02:00
committed by WarmUpTill
parent 863c84026e
commit d75066df5f
14 changed files with 17 additions and 17 deletions

View File

@@ -79,7 +79,7 @@ void AdvSceneSwitcher::on_screenRegionAdd_clicked()
listAddClicked(ui->screenRegionSwitches,
new ScreenRegionWidget(
this, &switcher->screenRegionSwitches.back()),
addPulse);
&addPulse);
ui->regionHelp->setVisible(false);
}