From 4c6a5854b563f44ceb941ea3cec41838df05d100 Mon Sep 17 00:00:00 2001 From: mahmoud atef <109464635+MahmoudAtefFarook@users.noreply.github.com> Date: Tue, 10 Dec 2024 21:48:54 +0200 Subject: [PATCH] Fixed a bug related to enable search button. --- ui/dialogs/find.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/dialogs/find.py b/ui/dialogs/find.py index 9442717..f587f54 100644 --- a/ui/dialogs/find.py +++ b/ui/dialogs/find.py @@ -131,6 +131,7 @@ def initUI(self): self.search_type_radio_quarter.toggled.connect(self.on_radio_toggled) self.on_radio_toggled() + self.OnEdit() def OnEdit(self): self.search_button.setEnabled(bool(self.search_box.text()))