mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 23:00:49 +00:00
#749 Internal viewer Sprite fill color is wrong sometimes: fixed
This commit is contained in:
@@ -71,7 +71,7 @@ public class BMPFile extends Component {
|
||||
try {
|
||||
b.fo.close();
|
||||
} catch (Exception ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ public class FontHelper {
|
||||
|
||||
fonts = (Font[]) clFm.getDeclaredMethod("getAllInstalledFonts").invoke(fm);
|
||||
} catch (Throwable ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
|
||||
if (fonts == null) {
|
||||
@@ -148,7 +148,7 @@ public class FontHelper {
|
||||
try {
|
||||
return k.loadFromTTF(fontFile, size);
|
||||
} catch (IOException | FontFormatException ex) {
|
||||
//ignore
|
||||
// ignore
|
||||
}
|
||||
}
|
||||
List<KerningPair> ret = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user