https://bugs.documentfoundation.org/show_bug.cgi?id=156974

--- Comment #4 from Jim Raykowski <[email protected]> ---
(In reply to Rafael Lima from comment #2)
> @Jim, since you've been working with the Styles deck, do you have any idea
> why this is happening?
While looking for the cause of this happening I've found the cause of hair loss
:-)

Probably not the correct solution to the problem but it does stop the jumping: 

IMPL_LINK_NOARG(StyleList, TimeOut, Timer*, void)
{
    if (!m_bDontUpdate)
    {
        m_bDontUpdate = true;
        if (!m_xTreeBox->get_visible())
            UpdateStyles(StyleFlags::UpdateFamilyList);
        else
        {
//            FillTreeBox(GetActualFamily());
//            SfxTemplateItem* pState = m_pFamilyState[m_nActFamily - 1].get();
//            if (pState)
//            {
//                m_pParentDialog->SelectStyle(pState->GetStyleName(), false,
*this);
//                EnableDelete(nullptr);
//            }
        }
        m_bDontUpdate = false;
        pIdle.reset();
    }
    else
        pIdle->Start();
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to