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