Closed GlacialBlaze closed 3 years ago
@mugulmd
Quick patch for #127.
Here, I've refactored the DropdownBox class as part of the InputBox class which makes consistent all boxes with labels. So now, they are easily controlled by the single draw() of their parent class, the InputBox.
DropdownBox
InputBox
draw()
@mugulmd
Quick patch for #127.
Here, I've refactored the
DropdownBox
class as part of theInputBox
class which makes consistent all boxes with labels. So now, they are easily controlled by the singledraw()
of their parent class, theInputBox
.