Skip to content
  • Halla Rempt's avatar
    Refactor KisDefaultBounds again · 1b6d9635
    Halla Rempt authored
    This time, pass all by value, to avoid the memory management issues that
    crop up when sometimes paint devices share defaultbounds, sometimes
    create them, sometimes get them passed and should delete them.
    
    For a simple class like this, passing by value is not a huge burden, so
    shouldn't be a problem.
    1b6d9635