[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 30 17:26:18 UTC 2020
vcl/source/app/salvtables.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 9bf78af7bb955c6f30d63c82d0baa65cfad6be72
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Mar 22 20:21:09 2020 +0000
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Mon Nov 30 18:25:45 2020 +0100
always set ForceMakeVisible
Change-Id: Icb0b4f34b5f230b6e1cb99debba278e4a9c8dd96
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90893
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106888
Tested-by: Szymon Kłos <szymon.klos at collabora.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index dd07cd7a5979..98533945d6da 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -3475,6 +3475,7 @@ SalInstanceTreeView::SalInstanceTreeView(SvTabListBox* pTreeView, SalInstanceBui
, m_nSortColumn(-1)
{
m_xTreeView->SetNodeDefaultImages();
+ m_xTreeView->SetForceMakeVisible(true);
m_xTreeView->SetSelectHdl(LINK(this, SalInstanceTreeView, SelectHdl));
m_xTreeView->SetDeselectHdl(LINK(this, SalInstanceTreeView, DeSelectHdl));
m_xTreeView->SetDoubleClickHdl(LINK(this, SalInstanceTreeView, DoubleClickHdl));
More information about the Libreoffice-commits
mailing list