mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 12:54:22 +00:00
logframe clear fix
This commit is contained in:
@@ -162,6 +162,7 @@ public class ErrorLogFrame extends AppFrame {
|
||||
|
||||
public void clearLog() {
|
||||
logViewInner.removeAll();
|
||||
logItemCount.set(0);
|
||||
Main.clearLogFile();
|
||||
revalidate();
|
||||
repaint();
|
||||
|
||||
Reference in New Issue
Block a user