aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/glyphCollectionView.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-09-27 12:58:02 +0200
committerAdrien Tétar2015-09-27 12:58:02 +0200
commit3521c1722c7e942136169497c2d1be475ce34a22 (patch)
treee5b2d9b13a5fe5285856a6a2b2a156e58e012d71 /Lib/defconQt/glyphCollectionView.py
parente21fdb8f4e3de07a9b86e69609af7f1c33b39b6f (diff)
downloadtrufont-3521c1722c7e942136169497c2d1be475ce34a22.tar.bz2
glyphCollectionView: fix misnaming
Diffstat (limited to 'Lib/defconQt/glyphCollectionView.py')
-rw-r--r--Lib/defconQt/glyphCollectionView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/glyphCollectionView.py b/Lib/defconQt/glyphCollectionView.py
index 5ee0cc4..6ced3d5 100644
--- a/Lib/defconQt/glyphCollectionView.py
+++ b/Lib/defconQt/glyphCollectionView.py
@@ -212,7 +212,7 @@ class GlyphCollectionWidget(QWidget):
modifiers = event.modifiers()
event.accept()
if index is None:
- if not (modifiers & Qt.CtrlModifier or modifiers & Qt.ShiftModifier):
+ if not (modifiers & Qt.ControlModifier or modifiers & Qt.ShiftModifier):
self.selection = set()
self._lastSelectedCell = index
return