[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Thu Jul 12 11:25:59 UTC 2018
sc/source/ui/navipi/content.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507
Author: Eike Rathke <erack at redhat.com>
Date: Thu Jul 12 13:24:57 2018 +0200
SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0
diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index f3f9b3a74064..a0c709966c27 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -438,7 +438,7 @@ IMPL_LINK_NOARG(ScContentTree, ContentDoubleClickHdl, SvTreeListBox*, bool)
ScNavigatorDlg::ReleaseFocus(); // set focus into document
}
- return false;
+ return true;
}
void ScContentTree::MouseButtonDown( const MouseEvent& rMEvt )
More information about the Libreoffice-commits
mailing list