mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -47,7 +47,7 @@ public class DebugLogDialog extends AppDialog {
|
||||
setTitle(translate("dialog.title"));
|
||||
logTextArea.setBackground(Color.white);
|
||||
logTextArea.setEditable(false);
|
||||
JScrollPane spane = new JScrollPane(logTextArea);
|
||||
JScrollPane spane = new FasterScrollPane(logTextArea);
|
||||
spane.setPreferredSize(new Dimension(800, 500));
|
||||
|
||||
debug.addMessageListener(new DebugListener() {
|
||||
|
||||
Reference in New Issue
Block a user