diff options
| author | Adrien Tétar | 2015-09-27 12:58:02 +0200 | 
|---|---|---|
| committer | Adrien Tétar | 2015-09-27 12:58:02 +0200 | 
| commit | 3521c1722c7e942136169497c2d1be475ce34a22 (patch) | |
| tree | e5b2d9b13a5fe5285856a6a2b2a156e58e012d71 /Lib/defconQt/glyphCollectionView.py | |
| parent | e21fdb8f4e3de07a9b86e69609af7f1c33b39b6f (diff) | |
| download | trufont-3521c1722c7e942136169497c2d1be475ce34a22.tar.bz2 | |
glyphCollectionView: fix misnaming
Diffstat (limited to 'Lib/defconQt/glyphCollectionView.py')
| -rw-r--r-- | Lib/defconQt/glyphCollectionView.py | 2 | 
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 | 
