mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
public -> protected
This commit is contained in:
parent
9f30c9a1a7
commit
e47c6fae69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue