diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-24 02:02:06 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-24 02:04:41 +0200 |
commit | 4bb37f99811875179c2020e832542d3751a93312 (patch) | |
tree | ffff113ad073734f4fd6cdba983015de80388e5d | |
parent | d6551bde0bcd06e4ed6b9aaa47f7891e47511264 (diff) |
fix animation for GL3D chart
Change-Id: Ibcc87329f02c435638cb31f8e969b94b729b7f31
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 9ad381d210f1..a07d1a9796a4 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -664,8 +664,8 @@ void GL3DBarChart::moveToCorner() Size aSize = mrWindow.GetSizePixel(); mrWindow.getContext().setWinSize(aSize); - mpRenderThread = rtl::Reference<RenderThread>(new RenderAnimationThread(this, getCornerPosition(mnCornerId), - maCameraPosition, STEPS)); + mpRenderThread = rtl::Reference<RenderThread>(new RenderAnimationThread(this, maCameraPosition, + getCornerPosition(mnCornerId), STEPS)); mrWindow.getContext().resetCurrent(); mpRenderThread->launch(); |