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

disable all error bar radion buttons in the beginning, tdf#95057

Change-Id: I611a637038669fe855b4357045bff8d3eb5f8600
üst 4ce262f7
...@@ -286,6 +286,9 @@ void ChartErrorBarPanel::Initialize() ...@@ -286,6 +286,9 @@ void ChartErrorBarPanel::Initialize()
{ {
css::uno::Reference<css::util::XModifyBroadcaster> xBroadcaster(mxModel, css::uno::UNO_QUERY_THROW); css::uno::Reference<css::util::XModifyBroadcaster> xBroadcaster(mxModel, css::uno::UNO_QUERY_THROW);
xBroadcaster->addModifyListener(mxListener); xBroadcaster->addModifyListener(mxListener);
mpRBNeg->Check(false);
mpRBPos->Check(false);
mpRBPosAndNeg->Check(false);
updateData(); updateData();
......
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