From eafacc3b21929b76026635a73e6ddaa44924cbe3 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 17 Mar 2023 18:28:32 +0000 Subject: [PATCH] Retain current/next colouring after editing notes --- app/playlists.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/playlists.py b/app/playlists.py index bbfdaf6..077706a 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -357,6 +357,11 @@ class PlaylistTab(QTableWidget): if update_next or update_current: self.musicmuster.update_headers() + if update_current: + self._set_row_colour_current(row) + elif update_next: + self._set_row_colour_next(row) + self.clear_selection() def closeEditor(self,