do not sort sequence and region on add

This commit is contained in:
WarmUpTill
2020-08-02 19:38:32 +02:00
parent 2f33b6bdc3
commit 3b5f88c14f
2 changed files with 0 additions and 4 deletions

View File

@@ -100,8 +100,6 @@ void SceneSwitcher::on_sceneRoundTripAdd_clicked()
}
}
}
ui->sceneRoundTrips->sortItems();
}
}

View File

@@ -86,8 +86,6 @@ void SceneSwitcher::on_screenRegionAdd_clicked()
}
}
}
ui->screenRegions->sortItems();
}
}