LucasPilla / Sorting-Algorithms-Visualizer

Program made with Python and Pygame module for visualizing sorting algorithms
MIT License
426 stars 165 forks source link

Refactored DropdownBox class #131

Closed GlacialBlaze closed 3 years ago

GlacialBlaze commented 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.