diff options
-rw-r--r-- | vcl/source/control/edit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/edit.cxx b/vcl/source/control/edit.cxx index 9bc6942790c2..12b9b8943d8e 100644 --- a/vcl/source/control/edit.cxx +++ b/vcl/source/control/edit.cxx @@ -1710,7 +1710,7 @@ void Edit::KeyInput( const KeyEvent& rKEvt ) mpUpdateDataTimer->Start();//do not update while the user is still travelling in the control if ( mpSubEdit || !ImplHandleKeyEvent( rKEvt ) ) - GetParent()->KeyInput( rKEvt ); + Control::KeyInput( rKEvt ); } void Edit::FillLayoutData() const |