diff options
author | Eike Rathke <erack@redhat.com> | 2018-07-12 13:24:57 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-12 13:25:34 +0200 |
commit | 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507 (patch) | |
tree | 8ce1f8278cc64e52010be64aff4e8108e2ac3700 | |
parent | c9d1655d455ad783694e6d7f0d2e6cf3d0d0acae (diff) |
SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0
-rw-r--r-- | sc/source/ui/navipi/content.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |