kImageAnnotator
kImageAnnotator copied to clipboard
Broken HighDPI scaling on Plasma
UI elements in Gwenview's annotation tool (which uses kImageAnnotator) are too large when using HighDPI scaling. See https://bugs.kde.org/show_bug.cgi?id=479215
It worked fine until https://github.com/ksnip/kImageAnnotator/pull/302, which is conceptually wrong. Qt already does proper scaling out of the box. Manually multiplying a scale factor onto things is wrong in most cases and causes things to be scaled twice.