From ec3e542030a25a8b8af82377c573dbc720cd9100 Mon Sep 17 00:00:00 2001 From: Falko Habel Date: Thu, 10 Oct 2024 09:40:13 +0200 Subject: [PATCH] bg --- src/controller/mainFrameController.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controller/mainFrameController.py b/src/controller/mainFrameController.py index cd06495..b9416d2 100644 --- a/src/controller/mainFrameController.py +++ b/src/controller/mainFrameController.py @@ -183,4 +183,6 @@ class MainFrameController: self.frame.output_textbox.configure(state="normal") self.frame.output_textbox.delete("0.0", "end") self.frame.output_textbox.insert("0.0", output) - self.frame.output_textbox.configure(state="disabled") \ No newline at end of file + self.frame.output_textbox.configure(state="disabled") + + \ No newline at end of file