Skip to content

Commit

Permalink
Fix losing selection issue in FilterDialog. (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoTavares committed Aug 4, 2020
1 parent 4c9e004 commit f2323e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuegui/cuegui/FilterDialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def __init__(self, show, parent):

self.hideColumn(0)
self.setSortingEnabled(False)
self.setFocusPolicy(QtCore.Qt.StrongFocus)

# Used to build right click context menus
self.__menuActions = cuegui.MenuActions.MenuActions(
Expand Down

0 comments on commit f2323e0

Please sign in to comment.