Clear selection after edit
This commit is contained in:
parent
58ec47517d
commit
5902428c23
@ -484,6 +484,8 @@ class PlaylistTab(QTableWidget):
|
||||
if update_next or update_current:
|
||||
self.musicmuster.update_headers()
|
||||
|
||||
self.clear_selection()
|
||||
|
||||
def closeEditor(self,
|
||||
editor: QWidget,
|
||||
hint: QAbstractItemDelegate.EndEditHint) -> None:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user