WIP V3: recalculate start/end times after moving rows
This commit is contained in:
parent
b83bd0d5c3
commit
56087870f4
@ -708,6 +708,7 @@ class PlaylistModel(QAbstractTableModel):
|
||||
self.refresh_data(session)
|
||||
|
||||
# Update display
|
||||
self.update_track_times()
|
||||
self.invalidate_rows(list(row_map.keys()))
|
||||
|
||||
def open_in_audacity(self, row_number: int) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user