Kaydet (Commit) c3213191 authored tarafından matteocam's avatar matteocam Kaydeden (comit) Thorsten Behrens

chained editeng: Handle DEL key for chaining

Change-Id: I124b1adf6df3c42a58d45eaeb0e1e053c0eea4c9
üst 97a0b23b
......@@ -950,7 +950,10 @@ void DrawViewShell::FuSupport(SfxRequest& rReq)
{
vcl::KeyCode aKCode(KEY_DELETE);
KeyEvent aKEvt( 0, aKCode);
pOLV->PostKeyEvent(aKEvt);
//pOLV->PostKeyEvent(aKEvt);
// We use SdrObjEditView to handle DEL for underflow handling
mpDrawView->KeyInput(aKEvt, NULL);
}
}
else
......
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