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

Merge branch 'master' into video

This commit is contained in:
Nikolay Pultsin 2014-03-14 11:50:57 +02:00
commit 06e11a1e90

View file

@ -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;
}