diff options
author | Eike Rathke <erack@redhat.com> | 2018-07-12 18:26:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2018-07-12 18:28:58 +0200 |
commit | 1a5ef55b7de60131efa7a831309186b29cb6214e (patch) | |
tree | ad5309aaff158ffa9452f1e53e4338b569bb3479 /cui/source | |
parent | d45a158f2d9114069870469e9004f3f7ed1f3636 (diff) |
SvTreeListBox::DoubleClickHdl: DbRegistrationOptionsPage more, tdf#115950 rel.
Change-Id: I820ce28a4df108f17cbb65210834acae6b0f8946
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/dbregister.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/source/options/dbregister.cxx b/cui/source/options/dbregister.cxx index 40ec9d950f87..91e0d16dbf35 100644 --- a/cui/source/options/dbregister.cxx +++ b/cui/source/options/dbregister.cxx @@ -284,7 +284,9 @@ IMPL_LINK_NOARG(DbRegistrationOptionsPage, NewHdl, Button*, void) IMPL_LINK_NOARG(DbRegistrationOptionsPage, PathBoxDoubleClickHdl, SvTreeListBox*, bool) { EditHdl(nullptr); - return false; + // Signal more to be done, i.e. when entry removed/inserted via + // openLinkDialog(). + return true; } |