[Libreoffice-commits] core.git: chart2/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Fri Jul 17 12:30:25 PDT 2015
chart2/source/controller/sidebar/ChartAxisPanel.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit aba930219c4c71fd4b8f13e2830a5955e71e3081
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Fri Jul 17 21:29:06 2015 +0200
forgot to add it
Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07
diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx
index f7f8227..e6fa2e3 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 (
More information about the Libreoffice-commits
mailing list