Skip to content

Commit 42ad95e

Browse files
committed
More Stability Fixes
- Try fixing a similar issue to the location list that could happen with old entrance labels
1 parent 28ad597 commit 42ad95e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gui/desktop/tracker/tracker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ void MainWindow::initialize_tracker_world(Settings& settings,
277277
auto allShuffleableEntrances = trackerWorld.getShuffledEntrances(EntranceType::ALL, false);
278278

279279
int currentPointSize = 12;
280+
clear_layout(ui->entrance_scroll_layout);
280281
for (auto& entrance : shuffledEntrances)
281282
{
282283
// New Horizontal layout to add the label and the disconnect button

0 commit comments

Comments
 (0)