diff --git a/client/views/project_view.py b/client/views/project_view.py index 4155d2a..f4cb3f4 100644 --- a/client/views/project_view.py +++ b/client/views/project_view.py @@ -101,7 +101,7 @@ class ProjectView(tk.Frame, AbstractView): print('start') self.start_draw = True self.first_time = True - + self.flag_just_done = True elif start_stop == 'stop': print('stop')