[Libreoffice-commits] core.git: svtools/source
Jim Raykowski
raykowj at gmail.com
Mon Jan 22 07:38:44 UTC 2018
svtools/source/contnr/svimpbox.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 44e9bbc29cc37d2bac089b8f051478f62f7d5d31
Author: Jim Raykowski <raykowj at gmail.com>
Date: Fri Jan 19 15:31:18 2018 -0900
tdf#115105 Fix Styles and Macros nodes don't expand in Customize dialog
by initializing bSubLstOpDblClick true.
Change-Id: I1e3419014cd0c0bf9d4363d0fc365124413d5508
Reviewed-on: https://gerrit.libreoffice.org/48227
Reviewed-by: Muhammet Kara <muhammet.kara at pardus.org.tr>
Tested-by: Muhammet Kara <muhammet.kara at pardus.org.tr>
diff --git a/svtools/source/contnr/svimpbox.cxx b/svtools/source/contnr/svimpbox.cxx
index 61cb5e274436..8f4e6b0fe443 100644
--- a/svtools/source/contnr/svimpbox.cxx
+++ b/svtools/source/contnr/svimpbox.cxx
@@ -111,6 +111,7 @@ SvImpLBox::SvImpLBox( SvTreeListBox* pLBView, SvTreeList* pLBTree, WinBits nWinS
nFlags |= LBoxFlags::Filling;
bSubLstOpRet = bSubLstOpLR = bContextMenuHandling = bIsCellFocusEnabled = false;
+ bSubLstOpDblClick = true;
}
SvImpLBox::~SvImpLBox()
More information about the Libreoffice-commits
mailing list