sc/source/ui/navipi/content.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c73b9d69abf1b26dc2c6f9d6700b2a5f2c9e6f36 Author: Eike Rathke <[email protected]> Date: Thu Jul 12 13:24:57 2018 +0200 SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063 Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0 (cherry picked from commit 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507) Reviewed-on: https://gerrit.libreoffice.org/57329 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Jenkins Reviewed-by: Jan Holesovsky <[email protected]> diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx index 34df68b39cd9..3f8271c43999 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 ) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
