Retain current/next colouring after editing notes
This commit is contained in:
parent
a29bf3fce5
commit
eafacc3b21
@ -357,6 +357,11 @@ class PlaylistTab(QTableWidget):
|
|||||||
if update_next or update_current:
|
if update_next or update_current:
|
||||||
self.musicmuster.update_headers()
|
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()
|
self.clear_selection()
|
||||||
|
|
||||||
def closeEditor(self,
|
def closeEditor(self,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user