Kaydet (Commit) 4bb37f99 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix animation for GL3D chart

Change-Id: Ibcc87329f02c435638cb31f8e969b94b729b7f31
üst d6551bde
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment