Closed de-soot closed 11 months ago
Removed some unnecessary if-else statements in class ButtonBox(Box) and class Box's def update(self) functions from display.py to improve performance when updating buttons and boxes.
class ButtonBox(Box)
class Box
def update(self)
display.py
Removed some unnecessary if-else statements in
class ButtonBox(Box)
andclass Box
'sdef update(self)
functions fromdisplay.py
to improve performance when updating buttons and boxes.