Kaydet (Commit) aba93021 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

forgot to add it

Change-Id: I64c770f2a30b69b92e48873385c4d37a56101f07
üst 95b1491d
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment