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

public -> protected

This commit is contained in:
Nikolay Pultsin 2011-06-07 21:12:32 +01:00
parent 9f30c9a1a7
commit e47c6fae69

View file

@ -239,7 +239,7 @@ public abstract class ZLTextView extends ZLTextViewBase {
}
}
public void drawSelectionCursor(ZLPaintContext context, int x, int y) {
protected void drawSelectionCursor(ZLPaintContext context, int x, int y) {
final int dpi = ZLibrary.Instance().getDisplayDPI();
final int accent = dpi / 10;
final int width = dpi / 6;