Kaydet (Commit) f36207cb authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Christian Lohmaier

Resolves: tdf#118965 fix input list edit button

regression since...

commit 7d524584
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: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
üst e3cad36d
...@@ -131,7 +131,7 @@ bool sw::DropDownFieldDialog::NextButtonPressed() const ...@@ -131,7 +131,7 @@ bool sw::DropDownFieldDialog::NextButtonPressed() const
IMPL_LINK_NOARG(sw::DropDownFieldDialog, EditHdl, Button*, void) IMPL_LINK_NOARG(sw::DropDownFieldDialog, EditHdl, Button*, void)
{ {
m_pPressedButton = m_pEditPB; m_pPressedButton = m_pEditPB;
EndDialog(RET_OK); EndDialog(RET_YES);
} }
IMPL_LINK_NOARG(sw::DropDownFieldDialog, PrevHdl, Button*, void) IMPL_LINK_NOARG(sw::DropDownFieldDialog, PrevHdl, Button*, void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment