Fix some related tags tag selection issues in navigable manage tags dialog

This commit is contained in:
Hydrus Network Developer 2023-02-01 15:33:27 -06:00
parent 6af489a408
commit e6e5dcf964
No known key found for this signature in database
GPG Key ID: 76249F053212133C
1 changed files with 2 additions and 0 deletions

View File

@ -1132,6 +1132,8 @@ class ListBox( QW.QScrollArea ):
self.listBoxChanged.emit()
self._SelectionChanged()
def _Deselect( self, index ):