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

New commits:
commit 9f7eab01a65c39b07afb1fba8819593694a3fef3
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

diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 515db35..74542e6 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: */
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to