From b3b4554ef3b4873043f1b790d3c7197fa6a083ad Mon Sep 17 00:00:00 2001 From: dougollerenshaw Date: Tue, 8 Oct 2024 15:31:15 -0700 Subject: [PATCH] Removed unusued line --- codeaide/ui/chat_window.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/codeaide/ui/chat_window.py b/codeaide/ui/chat_window.py index bf938ce..925be51 100644 --- a/codeaide/ui/chat_window.py +++ b/codeaide/ui/chat_window.py @@ -659,8 +659,6 @@ def stop_recording(self): self.is_recording = False self.set_record_button_style(False) - self.input_text.toHtml() - self.scroll_to_bottom() # Re-enable widgets