summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/control/button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 4254113aef7c..d223320a9a13 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: */