From cbdf0cabf49900d2244fe3091478b559a8d35981 Mon Sep 17 00:00:00 2001 From: leimingsheng Date: Mon, 25 Aug 2025 20:02:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=A4=9A=E6=AC=A1=E6=89=93=E5=BC=80?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=97=B6=20baseinfo=20=E4=BB=8D=E5=AD=98?= =?UTF-8?q?=E6=9C=89=E4=B8=8A=E4=B8=80=E4=BB=BD=E6=97=A5=E5=BF=97=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/file_processor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_processor.py b/src/file_processor.py index 31d9a96..4606889 100644 --- a/src/file_processor.py +++ b/src/file_processor.py @@ -98,6 +98,8 @@ class FileProcessor: def _update_view_after_parse(self): if self.parse_status.baseinfo_status: baseinfo_str = service.get_baseinfo_str() + # fix 多次打开日志时 baseinfo 仍存有上一份日志的问题 + self.main_window.textBrowser_info.clear() self.main_window.textBrowser_info.insertPlainText(baseinfo_str) if self.parse_status.sensorhistory_status: