TechDraw: fix face color not working

Fixes #20467
This commit is contained in:
Benjamin Bræstrup Sayoc
2025-05-09 23:03:05 +02:00
committed by Kacper Donat
parent ddde5a9566
commit 88dc2048cd

View File

@@ -154,7 +154,7 @@ void QGIFace::setPrettyNormal() {
m_brush.setStyle(Qt::TexturePattern);
m_brush.setTexture(m_texture);
} else {
m_brush.setTexture(QPixmap());
m_brush.setStyle(Qt::SolidPattern);
}
QGIPrimPath::setPrettyNormal();
}