vcl/source/control/button.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb37804bb6f4df0e7bc28e68bd7d1165cc848f93
Author: Caolán McNamara <caol...@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 <fridr...@documentfoundation.org>
    Tested-by: Fridrich Strba <fridr...@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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to