[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - svtools/source
Lionel Elie Mamane
lionel at mamane.lu
Mon Jan 19 08:27:20 PST 2015
svtools/source/brwbox/brwbox2.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5a17dd94ed0aca6cefbe1d44cd0a9aed74d1ff21
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Jan 16 17:08:07 2015 +0100
fdo#88475 BrowseBox/grid: reposition data cursor to current row after paint
Change-Id: I0deee2c3cfdb111b178c4254d7b0544c4ce5c966
Reviewed-on: https://gerrit.libreoffice.org/13955
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/svtools/source/brwbox/brwbox2.cxx b/svtools/source/brwbox/brwbox2.cxx
index ef9a6d4..eacb2a8 100644
--- a/svtools/source/brwbox/brwbox2.cxx
+++ b/svtools/source/brwbox/brwbox2.cxx
@@ -1031,6 +1031,8 @@ void BrowseBox::ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, bool
}
}
+ OSL_ENSURE(SeekRow(nCurRow), "BrowseBox::ImplPaintData could not seek back to current row after paint");
+
if (aPos.Y() > aOverallAreaBRPos.Y() + 1)
aPos.Y() = aOverallAreaBRPos.Y() + 1;
// needed for some of the following drawing
More information about the Libreoffice-commits
mailing list