mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-23 08:29:07 +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;
|
||||
|
@@ -196,7 +196,7 @@ protected:
|
||||
void updateItemSize(DataSourceManager *dataManager, RenderPass, int);
|
||||
void fillLabels(IDataSource* dataSource);
|
||||
QWidget* defaultEditor();
|
||||
|
||||
bool isNeedUpdateSize(RenderPass pass) const;
|
||||
private:
|
||||
QList<SeriesItem*> m_series;
|
||||
// QList< QPointer<SeriesItem> > m_series;
|
||||
|
Reference in New Issue
Block a user