Kaydet (Commit) 16dbaf8e authored tarafından Jim Raykowski's avatar Jim Raykowski

Revert "tdf#120170 Use parent key input handler for controls that use subedit"

This reverts commit 144ee02f.

Change-Id: I8dac626851895b67d24a2ee413c0121f7a5cfe16
Reviewed-on: https://gerrit.libreoffice.org/65988
Tested-by: Jenkins
Reviewed-by: 's avatarJim Raykowski <raykowj@gmail.com>
üst 6b4ea2d8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment