Sorry, missed a place where I needed to clear the search error icon.

This commit is contained in:
Charles Haley 2023-01-08 16:03:06 +00:00
parent 883acf589a
commit aa13031cc0

View File

@ -176,6 +176,7 @@ class SearchBox2(QComboBox): # {{{
def normalize_state(self): def normalize_state(self):
self.setToolTip(self.tool_tip_text) self.setToolTip(self.tool_tip_text)
self.line_edit.setStyleSheet('') self.line_edit.setStyleSheet('')
self.show_parse_error_action(False)
def text(self): def text(self):
return self.currentText() return self.currentText()