summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-04-09 20:50:58 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-04-10 18:01:25 +0200
commitb606a278aac6ccc395a26bbb6b7a8a5eae91a809 (patch)
treea42fa311838f093925c36458890f51bf94a94c55
parenttdf#141416: partial revert of the fix for tdf#81396 (diff)
downloadcore-b606a278aac6ccc395a26bbb6b7a8a5eae91a809.tar.gz
core-b606a278aac6ccc395a26bbb6b7a8a5eae91a809.zip
Resolves: tdf#139075 diagonal focus rects contain focus rects of old size
since... commit 356f6c5d89dd4dd92b2351898e07f99b96cb34cc Date: Tue Jan 15 08:55:00 2013 +0000 teach FrameSelector to be resizable Change-Id: I5ac4d1d12f60086349e7dbb3b78d29977f22c226 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113856 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--svx/source/dialog/frmsel.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/source/dialog/frmsel.cxx b/svx/source/dialog/frmsel.cxx
index 8854f7d8272c..a7ea0ebedce7 100644
--- a/svx/source/dialog/frmsel.cxx
+++ b/svx/source/dialog/frmsel.cxx
@@ -413,6 +413,9 @@ void FrameSelectorImpl::InitBorderGeometry()
maHor.AddFocusPolygon( tools::Rectangle( mnLine1 - mnFocusOffs, mnLine2 - mnFocusOffs, mnLine3 + mnFocusOffs, mnLine2 + mnFocusOffs ) );
maBottom.AddFocusPolygon( tools::Rectangle( mnLine1 - mnFocusOffs, mnLine3 - mnFocusOffs, mnLine3 + mnFocusOffs, mnLine3 + mnFocusOffs ) );
+ maTLBR.ClearFocusArea();
+ maBLTR.ClearFocusArea();
+
for( nCol = 0, nCols = maArray.GetColCount(); nCol < nCols; ++nCol )
{
for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow )