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

Related: tdf#99324 accel underlines don't appear in options dialog

Change-Id: I47cb6df2118ea86dea7225842dcdc4c1dafc439f
üst 6da9e55f
......@@ -3436,13 +3436,14 @@ void SvTreeListBox::SetHighlightRange( sal_uInt16 nStart, sal_uInt16 nEnd)
pImpl->RecalcFocusRect();
}
void SvTreeListBox::Command( const CommandEvent& rCEvt )
void SvTreeListBox::Command(const CommandEvent& rCEvt)
{
// FIXME gnumake2 resync to DEV300_m84
pImpl->Command( rCEvt );
pImpl->Command(rCEvt);
//pass at least alt press/release to parent impl
if (rCEvt.GetCommand() == CommandEventId::ModKeyChange)
Control::Command(rCEvt);
}
void SvTreeListBox::RemoveParentKeepChildren( SvTreeListEntry* pParent )
{
DBG_ASSERT(pParent,"RemoveParentKeepChildren:No Parent");
......
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