summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-05-20 11:50:10 -0400
committerAshod Nakashian <ashnakash@gmail.com>2016-05-20 17:48:10 +0000
commitb95e4e8681c9cefb4e1d4177192164e041baf9d9 (patch)
tree2d2663d8dc695541881407e1e64e66ccf15c2c2b /editeng
parentf805637353e4463d5b64f1b010bb580e191bd3aa (diff)
bccu#1781: Impress/Comments - selection not updated on delete
Change-Id: I694d76785fcf6ec9c158c34cbe07f4d1f2c7a41d Reviewed-on: https://gerrit.libreoffice.org/25219 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editeng.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index 4629ba56f1c3..8d7ae1855cf7 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -1356,6 +1356,7 @@ bool EditEngine::PostKeyEvent( const KeyEvent& rKeyEvent, EditView* pEditView, v
}
pEditView->pImpEditView->SetEditSelection( aCurSel );
+ pEditView->pImpEditView->DrawSelection();
pImpEditEngine->UpdateSelections();
if ( ( !IsVertical() && ( nCode != KEY_UP ) && ( nCode != KEY_DOWN ) ) ||