mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
code cleanup
This commit is contained in:
parent
c30d2df801
commit
5ba68b1ac4
2 changed files with 1 additions and 6 deletions
|
@ -541,11 +541,6 @@ public final class FBView extends ZLTextView {
|
|||
return myFooter;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void clearSelection() {
|
||||
super.clearSelection();
|
||||
}
|
||||
|
||||
public String getSelectedText() {
|
||||
final TextBuilderTraverser traverser = new TextBuilderTraverser(this);
|
||||
if (!isSelectionEmpty()) {
|
||||
|
|
|
@ -1286,7 +1286,7 @@ public abstract class ZLTextView extends ZLTextViewBase {
|
|||
return true;
|
||||
}
|
||||
|
||||
protected void clearSelection() {
|
||||
public void clearSelection() {
|
||||
if (mySelection.clear()) {
|
||||
Application.getViewWidget().reset();
|
||||
Application.getViewWidget().repaint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue