modified JFastReader.java
* Bugfix: "Text end." was shown when reading was paused
This commit is contained in:
parent
1ff9582e81
commit
ef868ee2b0
@ -482,7 +482,9 @@ public class JFastReader extends Frame implements ActionListener, AdjustmentList
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
curWord--;
|
curWord--;
|
||||||
MIP.infoPrint("Text end.");
|
if (!this.stopnow) {
|
||||||
|
MIP.infoPrint("Text end.");
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
System.out.println("Exception in PlayThread: "+ex.toString());
|
System.out.println("Exception in PlayThread: "+ex.toString());
|
||||||
|
Reference in New Issue
Block a user