Skip to content

Commit

Permalink
🗿 Killed bug that didn't close progress bar after segmenting 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanaba committed Apr 15, 2020
1 parent c54c61a commit 800cf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paint4Brains/GUI/SegmentManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def finished_message(self):
self.parent.main_widget.win.enable_drawing()
self.parent.main_widget.win.update_colormap()
self.parent.main_widget.win.view_back_labels()
self.start_msg.thread.terminate()
self.start_msg.close()

@pyqtSlot(str)
def error_message(self, error):
Expand Down

0 comments on commit 800cf2a

Please sign in to comment.