mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
formatting
This commit is contained in:
parent
b89c253c13
commit
ab5ca7dd72
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue