summaryrefslogtreecommitdiff
path: root/chart2/source/model
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-26 13:47:38 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-06-27 10:05:45 +0200
commit355c3cbb16b0bab705050dd24205878bcecd5687 (patch)
tree9c4d115e53ff6318ec43e2ae6124c355ad57b494 /chart2/source/model
parentd781e874e018988d26b558ae1e4d6a1303b14cc1 (diff)
fix invalid memory access in chart tests
Change-Id: I056101d146c939ff958c83efc57fd110e8d52509
Diffstat (limited to 'chart2/source/model')
-rw-r--r--chart2/source/model/main/ChartModel.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/model/main/ChartModel.cxx b/chart2/source/model/main/ChartModel.cxx
index 02c123477eb9..e127cf307cc7 100644
--- a/chart2/source/model/main/ChartModel.cxx
+++ b/chart2/source/model/main/ChartModel.cxx
@@ -1429,6 +1429,8 @@ void ChartModel::update()
mpChartView->setViewDirty();
mpChartView->update();
+ if(mpChartView)
+ mpChartView->updateOpenGLWindow();
}