From 0b54368f72bbba24a0845f75ee06e63b86c51bb5 2012-02-15 16:06:12 From: Michal Klocek Date: 2012-02-15 16:06:12 Subject: [PATCH] Revert "Fixes line uder grid issue" This reverts commit 3ea3ba4a33950ea7420e16913d228ed53fe566c3. --- diff --git a/src/axisitem.cpp b/src/axisitem.cpp index 09a6ee9..f2823cf 100644 --- a/src/axisitem.cpp +++ b/src/axisitem.cpp @@ -18,6 +18,8 @@ m_shades(parent), m_labels(parent) { //initial initialization + m_shades.setZValue(0); + m_grid.setZValue(2); createItems(); }