Retain current/next colouring after editing notes

This commit is contained in:
Keith Edmunds 2023-03-17 18:28:32 +00:00
parent a29bf3fce5
commit eafacc3b21

View File

@ -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,