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:
@@ -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) { ...
|
||||
|
||||
Reference in New Issue
Block a user