Kaydet (Commit) 06ac689a authored tarafından Caolán McNamara's avatar Caolán McNamara

initial unexpanded child was actually zero size, not hidden

Change-Id: I8b65b4986bf316e352131e737ebf736d91173d16
üst 76789dd6
......@@ -1484,6 +1484,9 @@ void VclExpander::StateChanged(StateChangedType nType)
if (!pLabelWidget->get_mnemonic_widget())
pLabelWidget->set_mnemonic_widget(&m_aDisclosureButton);
}
if (pChild)
pChild->Show(m_aDisclosureButton.IsChecked());
}
}
......
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