aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/groupsView.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/defconQt/groupsView.py')
-rw-r--r--Lib/defconQt/groupsView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/groupsView.py b/Lib/defconQt/groupsView.py
index 75b7b10..adf0b9d 100644
--- a/Lib/defconQt/groupsView.py
+++ b/Lib/defconQt/groupsView.py
@@ -88,7 +88,7 @@ class GroupCharacterWidget(CharacterWidget):
def pipeDragEnterEvent(self, event):
# TODO: the problem with text/plain is that any sort of text can get here.
# (It allows direct compatibility with featureTextEditor though.)
- if (event.mimeData().hasFormat("text/plain")):
+ if (event.mimeData().hasText()):
event.acceptProposedAction()
def pipeDropEvent(self, event):