diff options
| author | Adrien Tétar | 2015-10-19 00:24:12 +0200 |
|---|---|---|
| committer | Adrien Tétar | 2015-10-19 00:24:12 +0200 |
| commit | fff28121e96b08339be5be8772dddfcce39bfb44 (patch) | |
| tree | 70e3f0a8e9d97812ae7b8ed43f2da52375edacaf /Lib | |
| parent | 73973bfacc55c39d6b57acf1140e28fa1feb46ba (diff) | |
| download | trufont-fff28121e96b08339be5be8772dddfcce39bfb44.tar.bz2 | |
glyphCollectionView: add missed code
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/defconQt/glyphCollectionView.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/defconQt/glyphCollectionView.py b/Lib/defconQt/glyphCollectionView.py index e333ca7..5f4cadb 100644 --- a/Lib/defconQt/glyphCollectionView.py +++ b/Lib/defconQt/glyphCollectionView.py @@ -303,7 +303,8 @@ class GlyphCollectionWidget(QWidget): # the item is a closer match to the input string if lastResort > item: lastResort = item - lastResortIndex + lastResortIndex = index + continue if matchIndex is not None: newSelection = matchIndex |
