TechDraw: changed CosmeticVertex point picker dashed circle to filled dot. (#20095)

* techdraw: changed the cosmetic vertex shape

* add back the call to prepareGeometryChange

* add getVertexSize and getLineWidth methods to QGIViewPart

* use doubles for sizes

* update setRadius in QGMarker to use double instead of float
This commit is contained in:
Captain
2025-03-17 22:35:29 +05:30
committed by GitHub
parent 43a3626624
commit 65236b9e69
8 changed files with 35 additions and 19 deletions

View File

@@ -49,7 +49,7 @@ QGIVertex::QGIVertex(int index) :
setRadius(m_radius);
}
void QGIVertex::setRadius(float r)
void QGIVertex::setRadius(double r)
{
m_radius = r;
QPainterPath p;