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

@@ -118,7 +118,7 @@ void QGMarker::keyPressEvent(QKeyEvent * event)
}
//! adjust the size of this marker
void QGMarker::setRadius(float radius)
void QGMarker::setRadius(double radius)
{
//TODO:: implement different marker shapes. circle, square, triangle, ???
//if (m_markerShape == Circle) { ...