diff --git a/system/ui/widgets/label.py b/system/ui/widgets/label.py index 35e2708e6..b6e67d03a 100644 --- a/system/ui/widgets/label.py +++ b/system/ui/widgets/label.py @@ -183,7 +183,7 @@ class MiciLabel(Widget): if self._scroll_state != ScrollState.STARTING: rl.draw_rectangle_gradient_h(int(rect.x), int(rect.y), fade_width, int(rect.height), rl.BLACK, rl.Color(0, 0, 0, 0)) - rl.end_scissor_mode() + rl.end_scissor_mode() # TODO: This should be a Widget class