Skip to content
  • Sébastien Wilmet's avatar
    print-preview: clarify preview_draw() · 8109ab57
    Sébastien Wilmet authored
    - With two nested loops, i and j are not good index variables. It's much
    clearer with 'row' and 'col'.
    
    - Avoid an indentation level with an early-return.
    
    Now that the code is clearer, I suspect that there are some bugs in
    there, let's see that for a future commit.
    8109ab57