sw/source/ui/fldui/DropDownFieldDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f36207cb94ef8245bdb62651bae9ca290a4744df
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Jul 30 11:12:04 2018 +0100
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Thu Aug 2 13:52:17 2018 +0200

    Resolves: tdf#118965 fix input list edit button
    
    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/58317
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>

diff --git a/sw/source/ui/fldui/DropDownFieldDialog.cxx 
b/sw/source/ui/fldui/DropDownFieldDialog.cxx
index f72d9a696cec..664b7d8c57da 100644
--- a/sw/source/ui/fldui/DropDownFieldDialog.cxx
+++ b/sw/source/ui/fldui/DropDownFieldDialog.cxx
@@ -131,7 +131,7 @@ bool sw::DropDownFieldDialog::NextButtonPressed() const
 IMPL_LINK_NOARG(sw::DropDownFieldDialog, EditHdl, Button*, void)
 {
     m_pPressedButton = m_pEditPB;
-    EndDialog(RET_OK);
+    EndDialog(RET_YES);
 }
 
 IMPL_LINK_NOARG(sw::DropDownFieldDialog, PrevHdl, Button*, void)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to