Fix raylib issue (#35486)

* ugh fix that

* our linting is trash
This commit is contained in:
Shane Smiskol
2025-06-06 20:20:58 -07:00
committed by GitHub
parent 3ce87d0ac9
commit 4bbbf51236
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Spinner(Widget):
self._progress = None
self._wrapped_lines = wrap_text(text, FONT_SIZE, gui_app.width - MARGIN_H)
def render(self, _: rl.Rectangle):
def render(self, _: rl.Rectangle = None):
if self._wrapped_lines:
# Calculate total height required for spinner and text
spacing = 50