Skip to content

Commit f2323e0

Browse files
authored
Fix losing selection issue in FilterDialog. (#741)
1 parent 4c9e004 commit f2323e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuegui/cuegui/FilterDialog.py

+1
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def __init__(self, show, parent):
155155

156156
self.hideColumn(0)
157157
self.setSortingEnabled(False)
158+
self.setFocusPolicy(QtCore.Qt.StrongFocus)
158159

159160
# Used to build right click context menus
160161
self.__menuActions = cuegui.MenuActions.MenuActions(

0 commit comments

Comments
 (0)