Fix a freeze when changing shape's marker
The patchset is a fix for https://bugs.kde.org/show_bug.cgi?id=422466
The reason for the freeze was in double multiplication of the insets by line width, which generated extra-huge update rects, which, in turn, were calculated almost infinitely.
Edited by Dmitry Kazakov