diff --git a/src/scene-round-trip.cpp b/src/scene-round-trip.cpp index 9ca0313e..3e062bdf 100644 --- a/src/scene-round-trip.cpp +++ b/src/scene-round-trip.cpp @@ -100,8 +100,6 @@ void SceneSwitcher::on_sceneRoundTripAdd_clicked() } } } - - ui->sceneRoundTrips->sortItems(); } } diff --git a/src/screen-region-switch.cpp b/src/screen-region-switch.cpp index ce9a8a73..a74984e0 100644 --- a/src/screen-region-switch.cpp +++ b/src/screen-region-switch.cpp @@ -86,8 +86,6 @@ void SceneSwitcher::on_screenRegionAdd_clicked() } } } - - ui->screenRegions->sortItems(); } }