[Libreoffice-commits] core.git: Branch 'feature/chart-3d-chart' - chart2/source

Markus Mohrhard markus.mohrhard at collabora.co.uk
Thu May 8 20:24:06 PDT 2014


 chart2/source/view/charttypes/GL3DBarChart.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 81ebd9965110f432b8f329df14341c4b393d1918
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date:   Fri May 9 05:19:32 2014 +0200

    let us at least try to render the shapes
    
    Change-Id: I8753c6a9397117137d4da25f76db1f9cae23f90e

diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 12a5417..02264e4 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -79,6 +79,7 @@ void GL3DBarChart::render()
     {
         itr->render();
     }
+    mpRenderer->ProcessUnrenderedShape();
     mrWindow.getContext()->swapBuffers();
 }
 


More information about the Libreoffice-commits mailing list