Merge pull request 'master' (#62) from master into release
All checks were successful
SHS Gitea/libs/pipeline/head This commit looks good
All checks were successful
SHS Gitea/libs/pipeline/head This commit looks good
Reviewed-on: https://git.shs.tools/SHS/libs/pulls/62
This commit was merged in pull request #62.
This commit is contained in:
2
pip
2
pip
Submodule pip updated: 31a347250f...e76a07a3f3
@@ -727,9 +727,7 @@ void BlockBusItem::paint(QPainter * p, const QStyleOptionGraphicsItem * o, QWidg
|
|||||||
p->setPen(_pen);
|
p->setPen(_pen);
|
||||||
p->drawLine(pol[segments[i].first], pol[segments[i].second]);
|
p->drawLine(pol[segments[i].first], pol[segments[i].second]);
|
||||||
if (pointSegmentsCount(segments[i].first) > 2) {
|
if (pointSegmentsCount(segments[i].first) > 2) {
|
||||||
_pen.setWidthF(pen_width + 3.);
|
p->drawEllipse(pol[segments[i].first], pen_width*0.7, pen_width*0.7);
|
||||||
p->setPen(_pen);
|
|
||||||
p->drawPoint(pol[segments[i].first]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
p->setPen(_pen);
|
p->setPen(_pen);
|
||||||
|
|||||||
@@ -383,6 +383,7 @@ QVariant QVariantEdit::value() const {
|
|||||||
ret.file = _path->value();
|
ret.file = _path->value();
|
||||||
ret.filter = _path->filter;
|
ret.filter = _path->filter;
|
||||||
ret.is_abs = _path->is_abs;
|
ret.is_abs = _path->is_abs;
|
||||||
|
ret.is_save = _path->is_save;
|
||||||
return QVariant::fromValue<QAD::File>(ret);
|
return QVariant::fromValue<QAD::File>(ret);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user