Skip to content

Commit

Permalink
fix(main): 🐛 The bugs never stop coming!! Until now, this'll *hopeful…
Browse files Browse the repository at this point in the history
…ly* be the last minute one.
  • Loading branch information
Tsunami014 (Max) authored and Tsunami014 (Max) committed Dec 16, 2024
1 parent 12c1a60 commit fdbf241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BlazeSudio/graphics/GUI/elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ def __init__(self,
self.placehold = False
else:
self.placehold = str(placeholdOnNum)
super().__init__(G, pos, width, resize, placeholder, font, None, starting_text=(str(start) if start is not None else ''))
if empty is None:
self.emptyValue = start or 0
else:
self.emptyValue = empty
super().__init__(G, pos, width, resize, placeholder, font, None, starting_text=(str(start) if start is not None else ''))
self.limits = (min, max)
self.decimals = decimals
self.renderdash = False
Expand Down

0 comments on commit fdbf241

Please sign in to comment.