summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-17 21:29:06 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-17 21:29:50 +0200
commitaba930219c4c71fd4b8f13e2830a5955e71e3081 (patch)
tree30afae8729f7b824e8d5950c8c17a9378f48b2d0 /chart2
parent95b1491daccdc50dd5391b7e5d4d7432217269a6 (diff)
forgot to add it
Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/sidebar/ChartAxisPanel.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx
index f7f82275e0d8..e6fa2e322f26 100644
--- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx
+++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx
@@ -238,6 +238,9 @@ void ChartAxisPanel::updateData()
SolarMutexGuard aGuard;
mpCBShowLabel->Check(isLabelShown(mxModel, aCID));
+ mpCBReverse->Check(isReverse(mxModel, aCID));
+
+ mpLBLabelPos->SelectEntryPos(getLabelPosition(mxModel, aCID));
}
VclPtr<vcl::Window> ChartAxisPanel::Create (