mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
Fixed #1904 NullPointerException on ErrorLog frame
This commit is contained in:
@@ -314,7 +314,9 @@ public class ErrorLogFrame extends AppFrame {
|
||||
scrollPane.setVisible(false);
|
||||
}
|
||||
pan.setAlignmentX(0f);
|
||||
logViewInner.add(pan);
|
||||
if (logViewInner != null) { //may be disposed or what? #1904
|
||||
logViewInner.add(pan);
|
||||
}
|
||||
revalidate();
|
||||
repaint();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user