[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - cui/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 11 11:09:10 UTC 2018
cui/source/customize/cfg.cxx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 94b6b9b17c39edf7d3e1f8220f8d77bf21bf0f40
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
AuthorDate: Mon Oct 8 01:08:25 2018 +0300
Commit: Muhammet Kara <muhammet.kara at pardus.org.tr>
CommitDate: Thu Oct 11 13:08:47 2018 +0200
tdf#119266: Nodes don't expand on double click in the Customize dialog
Change-Id: I8b6667dc631df2fd38a8a2d99668b4a2336801b6
Reviewed-on: https://gerrit.libreoffice.org/61504
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara at pardus.org.tr>
(cherry picked from commit 307c29ecbcd63b787374c5c2aefabdc4353d2723)
Reviewed-on: https://gerrit.libreoffice.org/61649
Tested-by: Xisco FaulĂ <xiscofauli at libreoffice.org>
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 250c2a3f0e90..8d64d3ce2e3c 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -1753,8 +1753,12 @@ IMPL_LINK( SvxConfigPage, MoveHdl, Button *, pButton, void )
IMPL_LINK_NOARG( SvxConfigPage, FunctionDoubleClickHdl, SvTreeListBox *, bool )
{
if ( m_pAddCommandButton->IsEnabled() )
+ {
m_pAddCommandButton->Click();
- return false;
+ return false;
+ }
+ else
+ return true;
}
IMPL_LINK_NOARG( SvxConfigPage, SelectFunctionHdl, SvTreeListBox *, void )
More information about the Libreoffice-commits
mailing list