Skip to content

Commit

Permalink
reselect item agian when sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Jan 7, 2024
1 parent b944568 commit 484f0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TeddyBench/TrackSortDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ private void btnUp_Click(object sender, EventArgs e)
}

RebuildFileList();
lstTracks.Select();
}

private void btnDown_Click(object sender, EventArgs e)
Expand Down Expand Up @@ -166,6 +167,7 @@ private void btnDown_Click(object sender, EventArgs e)
}

RebuildFileList();
lstTracks.Select();
}

private void RebuildFileList()
Expand Down

0 comments on commit 484f0a4

Please sign in to comment.