Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    9fc975d5
    Refactor progress bar position calculation · 9fc975d5
    Florian Schröder authored
    The code for calculating the progress bar's position within the grid in gui_2d_vis/drawing.py has been clarified. Instead of directly manipulating the `pos` variable, a new `bar_pos` variable has been introduced. This revision enhances readability and maintains the integrity of the `pos` value.
    9fc975d5
    History
    Refactor progress bar position calculation
    Florian Schröder authored
    The code for calculating the progress bar's position within the grid in gui_2d_vis/drawing.py has been clarified. Instead of directly manipulating the `pos` variable, a new `bar_pos` variable has been introduced. This revision enhances readability and maintains the integrity of the `pos` value.