Kaydet (Commit) 3250c27b authored tarafından Jim Raykowski's avatar Jim Raykowski

tdf#119900 Fix Navigator Content Navigation View Headings focus

Change-Id: I884ae9d1f13646782f56a982d3d8dc0bc3aacee0
Reviewed-on: https://gerrit.libreoffice.org/60906
Tested-by: Jenkins
Reviewed-by: 's avatarJim Raykowski <raykowj@gmail.com>
üst 6dacf9ec
......@@ -2108,7 +2108,6 @@ bool SwContentTree::HasContentChanged()
const SwOutlineNodes::size_type nActPos = GetWrtShell()->GetOutlinePos(MAXLEVEL);
SvTreeListEntry* pFirstEntry = First();
SelectAll(false);
while( nullptr != (pFirstEntry = Next(pFirstEntry)) )
{
assert(dynamic_cast<SwOutlineContent*>(static_cast<SwTypeNumber*>(pFirstEntry->GetUserData())));
......@@ -2120,6 +2119,8 @@ bool SwContentTree::HasContentChanged()
MakeVisible(pFirstEntry);
}
}
else
Select(pFirstEntry, false);
}
}
......
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