[Libreoffice-commits] core.git: cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Oct 8 06:42:44 UTC 2018


 cui/source/customize/cfg.cxx |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 307c29ecbcd63b787374c5c2aefabdc4353d2723
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: Mon Oct 8 08:42:23 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>

diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 3c4b266f240b..af8fea0455f7 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -1752,8 +1752,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