summaryrefslogtreecommitdiffstats
path: root/src/chartpresenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/chartpresenter.cpp')
-rw-r--r--src/chartpresenter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chartpresenter.cpp b/src/chartpresenter.cpp
index 7546087d..97b76f86 100644
--- a/src/chartpresenter.cpp
+++ b/src/chartpresenter.cpp
@@ -451,7 +451,7 @@ void ChartPresenter::setMarginsMinimum(const QRectF& margins)
QRectF ChartPresenter::margins() const
{
- return QRectF();//m_layout->margins();
+ return m_layout->margins();
}
QLegend* ChartPresenter::legend()