mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Sorry, missed a place where I needed to clear the search error icon.
This commit is contained in:
parent
883acf589a
commit
aa13031cc0
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user