diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-12 11:22:39 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-12 11:22:39 +0100 |
commit | 9f7eab01a65c39b07afb1fba8819593694a3fef3 (patch) | |
tree | 028511695c963bc6087c07c613133068a4b05a3e /vcl | |
parent | 164c83d0fd06db0d6b4f2458517405ef74a09010 (diff) |
Related: fdo#66817 pressing space on a DisclosureButton should toggle it
Change-Id: Ib0f03e4389a35f1eb66c3c5951e89a9f70ec7145
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/control/button.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx index 515db35527ef..74542e68c401 100644 --- a/vcl/source/control/button.cxx +++ b/vcl/source/control/button.cxx @@ -4172,7 +4172,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: */ |