Skip to content

Commit

Permalink
Replace deprecated show with set_visible
Browse files Browse the repository at this point in the history
  • Loading branch information
oscfdezdz committed Jun 25, 2023
1 parent cdedf67 commit 4b3ea92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def on_reset_all_clicked(self, widget, action: Gio.Action):

def on_about_clicked(self, widget, action: Gio.Action):
if self.window is not None:
self.window.id_about_window.show()
self.window.id_about_window.set_visible(True)

def on_open_clicked(self, widget):
self.is_real_selection = 0
Expand Down

0 comments on commit 4b3ea92

Please sign in to comment.