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);
drawWord(
areaX, areaY, (ZLTextWord)element, charIndex, -1, false, hlword ?
getSelectionForegroundColor() : getTextColor(getTextStyle().Hyperlink)
areaX, areaY, (ZLTextWord)element, charIndex, -1, false, hlword
? getSelectionForegroundColor() : getTextColor(getTextStyle().Hyperlink)
);
} else if (element instanceof ZLTextImageElement) {
final ZLTextImageElement imageElement = (ZLTextImageElement)element;