From 1eb1fe39f14a8fcd306859f0741c88b8577a2598 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 30 Jul 2018 11:12:04 +0100 Subject: Resolves: tdf#118965 fix input list edit button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit regression since... commit 7d5245848c28f5786258476cd7aa2a4523645de3 Date: Fri Sep 15 17:39:48 2017 +0200 tdf#79877 revert to old behavior when clicking on input fields. Change-Id: I5e67a8f0c8d2599c139d3d728298c30f4a31c8d1 Reviewed-on: https://gerrit.libreoffice.org/58313 Tested-by: Xisco Faulí Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/fldui/DropDownFieldDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx b/sw/source/ui/fldui/DropDownFieldDialog.cxx index 7514b85bb8a0..7bec262b6338 100644 --- a/sw/source/ui/fldui/DropDownFieldDialog.cxx +++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx @@ -117,7 +117,7 @@ bool sw::DropDownFieldDialog::NextButtonPressed() const IMPL_LINK_NOARG(sw::DropDownFieldDialog, EditHdl, weld::Button&, void) { m_pPressedButton = m_xEditPB.get(); - m_xDialog->response(RET_OK); + m_xDialog->response(RET_YES); } IMPL_LINK_NOARG(sw::DropDownFieldDialog, PrevHdl, weld::Button&, void) -- cgit