mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 01:39:18 +02:00
Merge branch 'master' into video
This commit is contained in:
commit
06e11a1e90
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ abstract public class ZLPaintContext {
|
|||
private boolean myFontIsStrikedThrough;
|
||||
|
||||
public final void setFont(String family, int size, boolean bold, boolean italic, boolean underline, boolean strikeThrough) {
|
||||
if ((family != null) && !myFontFamily.equals(family)) {
|
||||
if (family != null && !myFontFamily.equals(family)) {
|
||||
myFontFamily = family;
|
||||
myResetFont = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue