mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-19 21:54:55 +01:00
Rest of fix for small transient window visible during calibre startup when the tag browser find bar is shown
This commit is contained in:
parent
f25c51c3cd
commit
2332d8a641
1 changed files with 0 additions and 2 deletions
|
|
@ -436,8 +436,6 @@ def set_focus_to_find_box(self):
|
|||
def update_searchbar_state(self):
|
||||
find_shown = self.toggle_search_button.isChecked()
|
||||
self.toggle_search_button.setVisible(not find_shown)
|
||||
self.search_button.setVisible(find_shown)
|
||||
self.item_search.setVisible(find_shown)
|
||||
l = self.layout()
|
||||
items = [l.itemAt(i) for i in range(l.count())]
|
||||
tuple(map(l.removeItem, items))
|
||||
|
|
|
|||
Loading…
Reference in a new issue