diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-09 05:19:32 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-05-12 03:00:04 +0200 |
commit | 0515a9fca1a0db34fbad4c5c6fd4c881b743a870 (patch) | |
tree | d1231924cf69ecc7e1d15f7b86278f5471781a51 /chart2 | |
parent | 7c1bf9e53b8dafcdcd418e5b378411e7742d67e8 (diff) |
let us at least try to render the shapes
Change-Id: I8753c6a9397117137d4da25f76db1f9cae23f90e
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index adce1eedf292..8f443d165131 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -169,6 +169,7 @@ void GL3DBarChart::render() { itr->render(); } + mpRenderer->ProcessUnrenderedShape(); mrWindow.getContext()->swapBuffers(); } |