From 3b5f88c14f3d686b9b62c723bbecac09be731c9c Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 2 Aug 2020 19:38:32 +0200 Subject: [PATCH] do not sort sequence and region on add --- src/scene-round-trip.cpp | 2 -- src/screen-region-switch.cpp | 2 -- 2 files changed, 4 deletions(-) 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(); } }