summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2018-07-12 13:24:57 +0200
committerEike Rathke <erack@redhat.com>2018-07-12 13:25:34 +0200
commit08ac6e6f991cffcb1fed7bd1bb4ec67e94817507 (patch)
tree8ce1f8278cc64e52010be64aff4e8108e2ac3700
parentResolves: tdf#115950 proper double click return and bail out, tdf#117063 (diff)
downloadcore-08ac6e6f991cffcb1fed7bd1bb4ec67e94817507.tar.gz
core-08ac6e6f991cffcb1fed7bd1bb4ec67e94817507.zip
SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0
-rw-r--r--sc/source/ui/navipi/content.cxx2
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 )