mirror of
https://github.com/fralx/LimeReport.git
synced 2025-10-03 20:04:43 +03:00
ChartItem: Series property editor has been added
This commit is contained in:
@@ -251,7 +251,7 @@ QWidget *ChartItem::defaultEditor()
|
||||
QSettings* l_settings = (page()->settings() != 0) ?
|
||||
page()->settings() :
|
||||
(page()->reportEditor()!=0) ? page()->reportEditor()->settings() : 0;
|
||||
QWidget* editor = new ChartItemEditor(this,page(),l_settings);
|
||||
QWidget* editor = new ChartItemEditor(this, page(), l_settings);
|
||||
editor->setAttribute(Qt::WA_DeleteOnClose);
|
||||
return editor;
|
||||
}
|
||||
|
Reference in New Issue
Block a user