summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2019-01-09 00:18:40 +0100
committerJim Raykowski <raykowj@gmail.com>2019-01-09 02:25:22 +0100
commit16dbaf8e4a487c75f5977f5f4febdeae4466c264 (patch)
tree1953a668cf34de4b609be6123e333768ab39fa14 /vcl
parent6b4ea2d8ddd681fec98773d7e0bbec9657a1fc08 (diff)
Revert "tdf#120170 Use parent key input handler for controls that use subedit"
This reverts commit 144ee02fc714f2f022e5046aeec2b46cd4cd1476. Change-Id: I8dac626851895b67d24a2ee413c0121f7a5cfe16 Reviewed-on: https://gerrit.libreoffice.org/65988 Tested-by: Jenkins Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/edit.cxx2
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