vcl/source/treelist/svimpbox.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 7bd3f4a0724b11c18d45937078e8c2968e2b6d7f Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue May 26 16:17:59 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue May 26 20:23:16 2020 +0200 emit activate-row in vcl treeview on return to align it with the gtk one which does this Change-Id: Id439fe684f263f59285ba9291fc803f88309c066 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94875 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/treelist/svimpbox.cxx b/vcl/source/treelist/svimpbox.cxx index b2d4b0dc5c42..2fc2d0bf9d3c 100644 --- a/vcl/source/treelist/svimpbox.cxx +++ b/vcl/source/treelist/svimpbox.cxx @@ -2368,8 +2368,7 @@ bool SvImpLBox::KeyInput( const KeyEvent& rKEvt) break; case KEY_RETURN: - if (m_pView->mbActivateOnSingleClick) - m_pView->DoubleClickHdl(); + m_pView->DoubleClickHdl(); bKeyUsed = false; break; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits