| commit | b4b213dc088fddbf4c2e34350828354e9262e4fa | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Thu Dec 06 11:00:47 2018 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Dec 06 14:22:03 2018 +0100 |
| tree | 3a77af2793915dbd1513716482b958d48c400797 | |
| parent | d5b45b81ff621744de3d9b4598cf36d2a6657a8c [diff] |
Resolves: tdf#114144 let double click advance to next if 'next' exists Change-Id: Id05ad8b72e0ec4f9bad2a9cfb780a44a27618d37 Reviewed-on: https://gerrit.libreoffice.org/64701 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx b/sw/source/ui/fldui/DropDownFieldDialog.cxx index 7bec262..5ccead9f 100644 --- a/sw/source/ui/fldui/DropDownFieldDialog.cxx +++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx
@@ -134,6 +134,9 @@ IMPL_LINK_NOARG(sw::DropDownFieldDialog, DoubleClickHdl, weld::TreeView&, void) { // tdf#114144, when next is available make double-click accept and go to next field if (m_xNextPB->get_visible() && m_xNextPB->get_sensitive()) m_pPressedButton = m_xNextPB.get(); m_xDialog->response(RET_OK); }