diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-10-22 16:19:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-22 21:40:20 +0200 |
commit | cfadad134c6ab00a406a527e838d2e4940d337eb (patch) | |
tree | 77af9b1f99054aa58ed6ee14e4937ccac46c2973 /dbaccess | |
parent | 32f35ba5f01c580016e327a3fcceb88cb07164ed (diff) |
if nothing selected, don't select something on gaining focus
which is how this traditionally worked before
commit fd2ea8e03510c6a99ec8be6228b7422f6c5b182b
Author: Caolán McNamara <caolanm@redhat.com>
Date: Wed Aug 19 14:59:33 2020 +0100
weld OApplicationSwapWindow
Change-Id: Ib844f903bf160eb7a58c2860e41b0b7acf4aa783
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104688
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/app/AppIconControl.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/AppIconControl.cxx b/dbaccess/source/ui/app/AppIconControl.cxx index 261855982604..2a89362ec91e 100644 --- a/dbaccess/source/ui/app/AppIconControl.cxx +++ b/dbaccess/source/ui/app/AppIconControl.cxx @@ -63,6 +63,7 @@ OApplicationIconControl::OApplicationIconControl(std::unique_ptr<weld::ScrolledW , m_nMaxHeight(0) { mnVItemSpace = 6; // row spacing + mbSelectOnFocus = false; DrawMnemonics(true); } |