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

now we also support axis min length and max length for middle

Change-Id: Ie4ce5906094386d68be46c03d9fb0c75b2663947
üst 8d7a4416
......@@ -335,7 +335,7 @@ IMPL_LINK_NOARG( ScDataBarSettingsDlg, TypeSelectHdl )
IMPL_LINK_NOARG( ScDataBarSettingsDlg, PosSelectHdl )
{
sal_Int32 axisPos = mpLbAxisPos->GetSelectEntryPos();
if(axisPos != 2) // disable if axis vertical position is anything other than none
if(axisPos != 2 && axisPos != 1) // disable if axis vertical position is automatic
{
mpLenMin->Disable();
mpLenMax->Disable();
......
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