##// END OF EJS Templates
Adds aligment check for legend geomoetry calucaltion
Michal Klocek -
r2087:177d100ef844
parent child
Show More
@@ -190,6 +190,8 QRectF ChartLayout::calculateLegendGeometry(const QRectF& geometry,QLegend* lege
190 break;
190 break;
191 }
191 }
192 default: {
192 default: {
193 legendRect = QRectF(0,0,0,0);
194 result = geometry;
193 break;
195 break;
194 }
196 }
195 }
197 }
General Comments 0
You need to be logged in to leave comments. Login now