From a23778cd5350861de61c25e27ce921419b1c125c Mon Sep 17 00:00:00 2001 From: Adrien Tétar Date: Wed, 9 Sep 2015 20:51:05 +0200 Subject: glyphView: react to spacing changes, account modifiers when moving points --- Lib/defconQt/groupsView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/defconQt/groupsView.py') 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): -- cgit v1.2.3