summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/bars3drenderer_p.h
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2014-10-08 11:16:09 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2014-10-08 11:21:27 +0300
commita350868f0e49b52b5bb35ba5e320a0d7dc3f698a (patch)
treedf140d303627dd2071163393d3c88150bbaf61d7 /src/datavisualization/engine/bars3drenderer_p.h
parentf644893ceaf6628955bc44b127c6f7c720501b2c (diff)
Fixed selecting through the floor bug
Task-number: QTRD-3359 Change-Id: I418aaef640c05f7af7b860c89f5a5231e3f14c16 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
Diffstat (limited to 'src/datavisualization/engine/bars3drenderer_p.h')
-rw-r--r--src/datavisualization/engine/bars3drenderer_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datavisualization/engine/bars3drenderer_p.h b/src/datavisualization/engine/bars3drenderer_p.h
index fea4e52e..726bbffe 100644
--- a/src/datavisualization/engine/bars3drenderer_p.h
+++ b/src/datavisualization/engine/bars3drenderer_p.h
@@ -159,7 +159,7 @@ private:
GLint startBar, GLint stopBar, GLint stepBar, GLfloat reflection = 1.0f);
void drawBackground(GLfloat backgroundRotation, const QMatrix4x4 &depthProjectionViewMatrix,
const QMatrix4x4 &projectionViewMatrix, const QMatrix4x4 &viewMatrix,
- bool reflectingDraw = false);
+ bool reflectingDraw = false, bool drawingSelectionBuffer = false);
void drawGridLines(const QMatrix4x4 &depthProjectionViewMatrix,
const QMatrix4x4 &projectionViewMatrix,
const QMatrix4x4 &viewMatrix);