summaryrefslogtreecommitdiffstats
path: root/src/bm/bmrequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bm/bmrequest.cpp')
-rw-r--r--src/bm/bmrequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bm/bmrequest.cpp b/src/bm/bmrequest.cpp
index efc4276..587604a 100644
--- a/src/bm/bmrequest.cpp
+++ b/src/bm/bmrequest.cpp
@@ -7322,7 +7322,7 @@ void BMRequest_GetIXHistories::handleReply_Image(const QStringList &args) const
// Create image ...
QString error_;
Plotter *plotter =
- new HistoriesPlotter(rhInfos, true, evalTimestamp, &basePos, &extraPos, &descr);
+ new HistoriesPlotter(rhInfos, true, evalTimestamp, &basePos, &extraPos, &descr, false);
const QImage image = plotter->createImage(&error_);
// Free dynamic memory ...