Skip to content

Commit

Permalink
Fix race condition associated with toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
JuiP committed Aug 7, 2020
1 parent a9e6c94 commit 768c84a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion activity.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def build_toolbar(self):
stop_button.show()
stop_button.connect('clicked', self._stop_cb)

self.show_all()

def read_file(self, file_path):
pass
Expand Down

0 comments on commit 768c84a

Please sign in to comment.