Made text-transform zoom dependend

This commit is contained in:
2018-11-24 10:14:23 +01:00
parent e9bf62dd2e
commit 3ea8ce64a7
7 changed files with 34 additions and 13 deletions

View File

@ -187,7 +187,7 @@ void Text::addLabel(const QString &text, const QPainterPath &path,
return;
TextPathItem *pi = new TextPathItem(text, reverse(tp) ? tp.toReversed()
: tp, painter.font());
: tp, painter.font(), _properties);
if (!_sceneRect.contains(pi->boundingRect())) {
delete pi;
return;