Skip to content

Commit

Permalink
Fixed a bug related to enable search button.
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAtef999 committed Dec 10, 2024
1 parent 65be69d commit 4c6a585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/dialogs/find.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()))
Expand Down

0 comments on commit 4c6a585

Please sign in to comment.