From 9c16c3498c05d80fd53052820e73ce027e20568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 23 Mar 2016 09:47:02 +0100 Subject: [PATCH] Fixed redraw issue --- src/axisitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/axisitem.cpp b/src/axisitem.cpp index 98a28598..0e399fc5 100644 --- a/src/axisitem.cpp +++ b/src/axisitem.cpp @@ -90,7 +90,7 @@ void AxisItem::updateBoundingRect() _boundingRect = QRectF(-(ls.height() + mtw + 2*PADDING - fm.descent() + TICK/2), -(_size + es.height()/2 - + fm.descent()), ls.height() -fm.descent() + es.width() + 2*PADDING + + fm.descent()), ls.height() -fm.descent() + mtw + 2*PADDING + TICK, _size + es.height()/2 + fm.descent() + ss.height()/2); } }