Skip to content

Commit

Permalink
Re-enable drag-drop of items
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Aug 7, 2023
1 parent e651627 commit 93cc420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover/gui_qt/dictionaries_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def is_loaded(self):
Qt.DecorationRole, Qt.DisplayRole, Qt.ToolTipRole
}

FLAGS = Qt.ItemIsEnabled | Qt.ItemIsSelectable | Qt.ItemIsUserCheckable
FLAGS = Qt.ItemIsEnabled | Qt.ItemIsSelectable | Qt.ItemIsUserCheckable | Qt.ItemIsDragEnabled

has_undo_changed = pyqtSignal(bool)

Expand Down

0 comments on commit 93cc420

Please sign in to comment.