mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
revert bad patch (placement)
This commit is contained in:
parent
79d537a9ef
commit
20f97d27dc
@ -293,8 +293,8 @@ void QgsPieDiagram::renderDiagram( const QgsAttributeMap& att, QgsRenderContext&
|
||||
double w = spu.width();
|
||||
double h = spu.height();
|
||||
|
||||
double baseX = position.x() - w / 2;
|
||||
double baseY = position.y() - h / 2;
|
||||
double baseX = position.x();
|
||||
double baseY = position.y() - h;
|
||||
|
||||
mPen.setColor( s.penColor );
|
||||
setPenWidth( mPen, s, c );
|
||||
|
Loading…
x
Reference in New Issue
Block a user