Clear selection after edit

This commit is contained in:
Keith Edmunds 2023-02-24 20:25:19 +00:00
parent 58ec47517d
commit 5902428c23

View File

@ -484,6 +484,8 @@ class PlaylistTab(QTableWidget):
if update_next or update_current: if update_next or update_current:
self.musicmuster.update_headers() self.musicmuster.update_headers()
self.clear_selection()
def closeEditor(self, def closeEditor(self,
editor: QWidget, editor: QWidget,
hint: QAbstractItemDelegate.EndEditHint) -> None: hint: QAbstractItemDelegate.EndEditHint) -> None: