1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 17:59:33 +02:00

formatting

This commit is contained in:
Nikolay Pultsin 2014-09-26 07:32:16 +01:00
parent b89c253c13
commit ab5ca7dd72

View file

@ -913,8 +913,8 @@ public abstract class ZLTextView extends ZLTextViewBase {
} }
hlword = hlword || mySelection.isAreaSelected(area); hlword = hlword || mySelection.isAreaSelected(area);
drawWord( drawWord(
areaX, areaY, (ZLTextWord)element, charIndex, -1, false, hlword ? areaX, areaY, (ZLTextWord)element, charIndex, -1, false, hlword
getSelectionForegroundColor() : getTextColor(getTextStyle().Hyperlink) ? getSelectionForegroundColor() : getTextColor(getTextStyle().Hyperlink)
); );
} else if (element instanceof ZLTextImageElement) { } else if (element instanceof ZLTextImageElement) {
final ZLTextImageElement imageElement = (ZLTextImageElement)element; final ZLTextImageElement imageElement = (ZLTextImageElement)element;