Kaydet (Commit) 9b5062a3 authored tarafından Daniel's avatar Daniel Kaydeden (comit) Caolán McNamara

tdf#111773 tdf#111780 Fix selection after merge cells in an Impress table

Change-Id: I800c4fb8c37c07fb771f4310b207e459119a8e60
Reviewed-on: https://gerrit.libreoffice.org/45451Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 5cb5516c
......@@ -2757,12 +2757,12 @@ IMPL_LINK_NOARG(SvxTableController, UpdateHdl, void*, void)
CellPos aEnd( maCursorLastPos );
checkCell(aStart);
checkCell(aEnd);
if( aStart != maCursorFirstPos || aEnd != maCursorLastPos )
if( aStart != maCursorFirstPos || aEnd != maCursorLastPos )
{
setSelectedCells( aStart, aEnd );
updateSelectionOverlay();
}
}
updateSelectionOverlay();
}
namespace
......
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