Ensure current track visible toggling hide/show played
This commit is contained in:
parent
9c66333729
commit
4a03596bd3
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user