[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - vcl/source
Caolán McNamara
caolanm at redhat.com
Tue Jul 30 03:17:45 PDT 2013
vcl/source/control/button.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb37804bb6f4df0e7bc28e68bd7d1165cc848f93
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Jul 12 11:22:39 2013 +0100
Related: fdo#66817 pressing space on a DisclosureButton should toggle it
Change-Id: Ib0f03e4389a35f1eb66c3c5951e89a9f70ec7145
(cherry picked from commit 9f7eab01a65c39b07afb1fba8819593694a3fef3)
Reviewed-on: https://gerrit.libreoffice.org/5168
Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
Tested-by: Fridrich Strba <fridrich at documentfoundation.org>
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 4254113..d223320 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -4165,7 +4165,7 @@ void DisclosureButton::KeyInput( const KeyEvent& rKEvt )
Check( aKeyCode.GetCode() == KEY_ADD );
}
else
- Button::KeyInput( rKEvt );
+ CheckBox::KeyInput( rKEvt );
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list