aboutsummaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorAdrien Tétar2015-10-19 00:24:12 +0200
committerAdrien Tétar2015-10-19 00:24:12 +0200
commitfff28121e96b08339be5be8772dddfcce39bfb44 (patch)
tree70e3f0a8e9d97812ae7b8ed43f2da52375edacaf /Lib
parent73973bfacc55c39d6b57acf1140e28fa1feb46ba (diff)
downloadtrufont-fff28121e96b08339be5be8772dddfcce39bfb44.tar.bz2
glyphCollectionView: add missed code
Diffstat (limited to 'Lib')
-rw-r--r--Lib/defconQt/glyphCollectionView.py3
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