summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorweigao <weigao@multicorewareinc.com>2014-08-26 23:04:23 +0800
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-08-27 11:45:41 +0200
commitbbd07982002b504545d7e5f01db0f18c53e1a4bf (patch)
treed464fc0ab52040de43417c938b8448a6f42a2732 /chart2
parentce538c824ab9983194cdb8b5d08ccd76e4838139 (diff)
place date update fps below render fps
Change-Id: I18edebf6fe3c323fec2f6190b00bdc6b5d76c4bc
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index af55662d87a8..38674678a38e 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.69f, 0.99f), 0.06f);
+ addScreenTextShape(maDataUpdateFPS, glm::vec2(-0.99f, 0.93f), 0.06f);
}
void GL3DBarChart::recordBarHistory(sal_uInt32 &nBarID, float &nVal)