diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-02-20 12:45:44 +0100 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2019-03-09 15:24:39 +0100 |
commit | 499501e8cf1d511eb95a7b72b755c2dc69985719 (patch) | |
tree | f5374389c2463eac66ab95814f2607d36b71ebb6 /sw/source/uibase/shells | |
parent | 86d9b85fb05d3d32fba4642e1231595341612d15 (diff) |
MSForms: Update cursor position after the drop down form field was changed
Change-Id: I0e9e8a0e9212cdf539caa163f9071bc2f21e4c9f
Reviewed-on: https://gerrit.libreoffice.org/68959
Tested-by: Jenkins
Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
Diffstat (limited to 'sw/source/uibase/shells')
-rw-r--r-- | sw/source/uibase/shells/textsh1.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/shells/textsh1.cxx b/sw/source/uibase/shells/textsh1.cxx index 3a222507e9d5..65484c32e748 100644 --- a/sw/source/uibase/shells/textsh1.cxx +++ b/sw/source/uibase/shells/textsh1.cxx @@ -1385,6 +1385,7 @@ void SwTextShell::Execute(SfxRequest &rReq) pDlg->Execute(); pFieldBM->Invalidate(); rWrtSh.InvalidateWindows( rWrtSh.GetView().GetVisArea() ); + rWrtSh.UpdateCursor(); // cursor position might be invalid } else { |