diff options
author | weigao <weigao@multicorewareinc.com> | 2014-08-27 00:00:58 +0800 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-08-27 11:45:42 +0200 |
commit | 23d54d07085dadcd9c66763d833e9aeb183648e5 (patch) | |
tree | 9e2669bfe51c0ec0e5d2635b518f3b50806a7f2e | |
parent | a670e1596f38572b877c68405b8fd07913c08a05 (diff) |
modify data update color to cyan
Change-Id: I61dd4fac1e93e3b6255f31585b19f0182cb45b97
-rw-r--r-- | chart2/source/view/charttypes/GL3DBarChart.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx index 639354f996e3..2faf96ba57b3 100644 --- a/chart2/source/view/charttypes/GL3DBarChart.cxx +++ b/chart2/source/view/charttypes/GL3DBarChart.cxx @@ -1061,7 +1061,7 @@ void GL3DBarChart::updateDataUpdateFPS() osl_getSystemTime(&maDataUpdateStartTime); } osl_getSystemTime(&maDataUpdateEndTime); - addScreenTextShape(maDataUpdateFPS, glm::vec2(-0.99f, 0.93f), 0.06f); + addScreenTextShape(maDataUpdateFPS, glm::vec2(-0.99f, 0.93f), 0.06f, glm::vec3(0.0f, 0.0f, 0.0f), glm::vec4(0.0f, 1.0f, 1.0f, 1.0f)); } void GL3DBarChart::recordBarHistory(sal_uInt32 &nBarID, float &nVal) |