Ensure current track visible toggling hide/show played

This commit is contained in:
Keith Edmunds 2023-03-25 10:30:18 +00:00
parent 9c66333729
commit 4a03596bd3

View File

@ -504,6 +504,9 @@ class PlaylistTab(QTableWidget):
else:
self.showRow(row_number)
# This causes scrolling, so ensure current track is visible
self.scroll_current_to_top()
def insert_header(self, session: scoped_session, note: str) -> None:
"""
Insert section header into playlist tab.