• Craig Watson's avatar
    When scaling text, first round the scaling factor... · 86e2bf93
    Craig Watson authored
    ... to the nearest 2 decimal places. This fixes a bug where upon loading
    a text item, it could be scaled by e.g 0.999999, which would eventually
    round down the point size by 1pt. Making the text item shrink by 1pt
    every time the document was opened.
    86e2bf93
UBGraphicsTextItemDelegate.cpp 22.6 KB