Clean selected thumbcells on page change

This commit is contained in:
0xb00bface 2021-08-27 14:46:10 +02:00
parent 79a16674f2
commit eec6a4c822
1 changed files with 1 additions and 0 deletions

View File

@ -276,6 +276,7 @@ public class ThumbOverviewTab extends Tab implements TabSelectionListener {
private void changePageTo(int page) {
pageInput.setText(Integer.toString(page));
updateService.setPage(page);
selectedThumbCells.clear();
restartUpdateService();
}