Skip to content
  • Hans Breuer's avatar
    [gtk-deprecated] Fix endless loop with grid stepping · d6c4d1ee
    Hans Breuer authored
    commit 5a788e5e introduced a potential
    endless loop with grid_step() and DiaRuler to "compensate for missing
    5 and 6 in 3,4,..,7,8 major ticks". The rounding problem can be solved
    more correctly with ROUND(), rather than potentially doing the same
    step over and over again.
    d6c4d1ee