minor fix

This commit is contained in:
wilson gomez 2021-05-03 16:49:43 -05:00
parent d6af083f26
commit ea93805f9f
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ class SearchWindow(QDialog):
super(SearchWindow, self).show()
def hide(self):
self.clear_filter()
self.parent.setFocus()
super(SearchWindow, self).hide()