tdf#49634 Fix positioning of focus rectangle in Navigator content tree
https://bugs.documentfoundation.org/show_bug.cgi?id=49634 Change-Id: I3beb41142281b2cda337b457ed287a2cc1f665a6 Reviewed-on: https://gerrit.libreoffice.org/42364 Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
This commit is contained in:
committed by
Michael Meeks
parent
54675b2a44
commit
0b4bf5840e
@@ -2953,6 +2953,8 @@ void SvTreeListBox::PreparePaint(vcl::RenderContext& /*rRenderContext*/, SvTreeL
|
||||
|
||||
tools::Rectangle SvTreeListBox::GetFocusRect( SvTreeListEntry* pEntry, long nLine )
|
||||
{
|
||||
pImpl->UpdateContextBmpWidthMax( pEntry );
|
||||
|
||||
Size aSize;
|
||||
tools::Rectangle aRect;
|
||||
aRect.Top() = nLine;
|
||||
|
Reference in New Issue
Block a user