Skip to content

Commit

Permalink
oops, first clear the old results list before appending
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Feb 29, 2020
1 parent 82ef5db commit 62d5500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/fontgoggles/mac/unicodePicker.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def searchTextChanged_(self, sender):
results += sorted(foundSet)

self.searchResults = results
self.w.unicodeList.set([])
self.appendResults_(500)

def appendResults_(self, maxResults):
Expand Down

0 comments on commit 62d5500

Please sign in to comment.