Skip to content

Commit

Permalink
Merge from 0.x: PR #148
Browse files Browse the repository at this point in the history
Fixes #147
  • Loading branch information
dalthviz committed Jun 15, 2020
2 parents 087320c + 2db33cc commit fe53c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtawesome/icon_browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _updateFilter(self):

group = self._comboBox.currentText()
if group != ALL_COLLECTIONS:
reString += "^%s\." % group
reString += r"^%s\." % group

searchTerm = self._lineEdit.text()
if searchTerm:
Expand Down

0 comments on commit fe53c2c

Please sign in to comment.