This commit is contained in:
Kovid Goyal 2023-01-09 07:52:20 +05:30
commit a4179110ae
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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