0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-03 20:04:43 +03:00

ChartItem has been fixed

This commit is contained in:
Arin Alexander
2019-11-26 23:40:36 +03:00
parent 7da6b1318a
commit daef743d10
3 changed files with 7 additions and 2 deletions

View File

@@ -249,6 +249,11 @@ QWidget *ChartItem::defaultEditor()
return editor;
}
bool ChartItem::isNeedUpdateSize(RenderPass pass) const
{
return pass == FirstPass;
}
QList<QString> ChartItem::labels() const
{
return m_labels;