From 02c34ca299ec0caa91178e658bd3e11ee6452aee Mon Sep 17 00:00:00 2001 From: Michal Maciaszek Date: Sun, 17 Jan 2021 14:18:51 +0100 Subject: [PATCH] SMART-61 write text with ninja --- client/views/project_view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')