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

select entire column, not just text-occupied portion

making this consistent with ListBox

Change-Id: Ifa2fd7070f95232fca8aa129e107ef5adf32e3df
Reviewed-on: https://gerrit.libreoffice.org/62907
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst f0f1ae6e
...@@ -1836,6 +1836,7 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString & ...@@ -1836,6 +1836,7 @@ VclPtr<vcl::Window> VclBuilder::makeObject(vcl::Window *pParent, const OString &
{ {
VclPtrInstance<SvTreeListBox> xBox(pRealParent, nWinStyle); VclPtrInstance<SvTreeListBox> xBox(pRealParent, nWinStyle);
xBox->SetNoAutoCurEntry(true); xBox->SetNoAutoCurEntry(true);
xBox->SetHighlightRange(); // select over the whole width
xWindow = xBox; xWindow = xBox;
} }
if (pRealParent != pParent) if (pRealParent != pParent)
......
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