From 0076bea6da459e4853fc3e35733642c7b47dd0de Mon Sep 17 00:00:00 2001 From: Andy Zhang <37402126+AnzhiZhang@users.noreply.github.com> Date: Wed, 15 Jun 2022 22:55:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=F0=9F=90=9B=20clear=20data=20of=20l?= =?UTF-8?q?ist=20when=20not=20append=20updating?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/window/frames/show.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/window/frames/show.py b/utils/window/frames/show.py index 8100972..5627a3d 100644 --- a/utils/window/frames/show.py +++ b/utils/window/frames/show.py @@ -53,6 +53,7 @@ def run(): # Refresh list or append if not append: + self.data = [] self.list_listbox.delete(0, 'end') else: self.index += 1