Kaydet (Commit) 27828725 authored tarafından Oliver Specht's avatar Oliver Specht Kaydeden (comit) Miklos Vajna

tdf#93720: Interactive frame insertion is disabled if table is selected

Current implementation does not support interactive frame insertion
that moves the table into the frame

Change-Id: I57a69f680f1218bd3014da494d41542ad0b72dd1
Reviewed-on: https://gerrit.libreoffice.org/19157Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarOliver Specht <oliver.specht@cib.de>
Reviewed-on: https://gerrit.libreoffice.org/19675Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 61693775
......@@ -769,6 +769,7 @@ void SwTextShell::StateInsert( SfxItemSet &rSet )
case FN_INSERT_FRAME_INTERACT:
{
if( GetShell().IsSelFrmMode()
|| rSh.IsTableMode()
|| GetShell().CrsrInsideInputField()
|| bCrsrInHidden )
rSet.DisableItem(nWhich);
......
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