mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-01 11:31:10 +03:00
Fix diagram size when legend is showed
This commit is contained in:
@@ -91,7 +91,6 @@ void PieChart::paintChart(QPainter *painter, QRectF chartRect)
|
||||
|
||||
void PieChart::paintChartLegend(QPainter *painter, QRectF legendRect)
|
||||
{
|
||||
// TODO_ES Fix bottom legend when axis is at the bottom
|
||||
prepareLegendToPaint(legendRect, painter);
|
||||
|
||||
int indicatorSize = painter->fontMetrics().height()/2;
|
||||
|
Reference in New Issue
Block a user