gizmos: draw shadow so they're still visible on white backdrop

Fixes #2142
This commit is contained in:
itsmattkc
2023-02-21 15:02:13 -08:00
parent f9718cdeb0
commit 32c8d08a10
4 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ void PointGizmo::Draw(QPainter *p) const
QRectF rect = GetDrawingRect(p->transform(), GetStandardRadius());
if (shape_ != kAnchorPoint) {
p->setPen(Qt::NoPen);
p->setPen(QPen(Qt::black, 0));
p->setBrush(Qt::white);
}