summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2010-04-26 09:08:47 +0200
committerjasplin <qt-info@nokia.com>2010-04-26 09:08:47 +0200
commit8a8ebc14d6a98deb603fcba886ee51a11a1e0be8 (patch)
tree995253ead9ef8b86bcda320b852aecb430ef7e96 /src
parent54e5f796121933ea03f01ac017ca9a67901e5e42 (diff)
Stacked base pos circle lower.
Diffstat (limited to 'src')
-rw-r--r--src/bm/plotter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bm/plotter.cpp b/src/bm/plotter.cpp
index b48ad77..215dd9d 100644
--- a/src/bm/plotter.cpp
+++ b/src/bm/plotter.cpp
@@ -925,8 +925,9 @@ bool HistoriesPlotter::drawScenes(
x.at(bPos) - dpSize_large_2,
y.at(bPos) - dpSize_large_2,
dpSize_large, dpSize_large);
- scene_far->addPath(
+ QGraphicsItem *basePosItem = scene_far->addPath(
path, QPen(QColor(0, 0, 255, 255)), QBrush(QColor(200, 200, 255, 255)));
+ basePosItem->setZValue(-1);
}
if (extraPos) {