1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

synchronization with ics branch

This commit is contained in:
Nikolay Pultsin 2014-03-08 17:48:32 +00:00
parent 87a7839ba4
commit cf2683079d

View file

@ -1472,7 +1472,7 @@ public abstract class ZLTextView extends ZLTextViewBase {
myCharWidth = -1;
}
protected void rebuildPaintInfo() {
protected synchronized void rebuildPaintInfo() {
myPreviousPage.reset();
myNextPage.reset();
ZLTextParagraphCursorCache.clear();