From 433f436887877c530e50cf1ef4eae86f6ac5b237 Mon Sep 17 00:00:00 2001 From: Elston Tan Date: Thu, 14 Sep 2023 13:51:43 +0800 Subject: [PATCH] minor bug fix --- Event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Event.py b/Event.py index 3273686c..8db88891 100644 --- a/Event.py +++ b/Event.py @@ -81,7 +81,7 @@ def show(self): fontsize=Constant.FONTSIZE, cellLoc='center') table.scale(1, Constant.SCALE) - table_cells = table.properties()['child_artists'] + table_cells = table.properties()['children'] for cell in table_cells: cell._text.set_color('white')