diff --git a/BlazeSudio/graphics/GUI/elements.py b/BlazeSudio/graphics/GUI/elements.py index 5ecff82..fc7b74b 100644 --- a/BlazeSudio/graphics/GUI/elements.py +++ b/BlazeSudio/graphics/GUI/elements.py @@ -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