https://bugs.kde.org/show_bug.cgi?id=370217
--- Comment #5 from Oliver Sander <oliver.san...@tu-dresden.de> --- No, as I learned eventually this happens on master, too. Actually, on master it is worse, because there, the line-while-you-draw always has width 1, irrespective of what the line width settings say. Presumably that's because in annotationtools.cpp:153 it simply says const SmoothPath path( points, QPen(m_engineColor, 1) ); (the '1' is the width). -- You are receiving this mail because: You are watching all bug changes.