From 15a540234e2db4f54144e7d7202f29b1f16f3519 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Tue, 6 Apr 2021 23:57:20 +0100 Subject: [PATCH] Update headers as part of repaint --- app/playlists.py | 3 +++ app/ui/main_window.ui | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/playlists.py b/app/playlists.py index 42b6e36..2f2d5f0 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -615,6 +615,9 @@ class Playlist(QTableWidget): else: self.set_row_bold(row) + # Headers might need updating + self.parent().parent().update_headers() + def save(self): """ Save playlist to database. diff --git a/app/ui/main_window.ui b/app/ui/main_window.ui index 8901ec6..746ba9e 100644 --- a/app/ui/main_window.ui +++ b/app/ui/main_window.ui @@ -719,7 +719,6 @@ border: 1px solid rgb(85, 87, 83); Fi&le -