mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 03:38:23 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -35,7 +35,7 @@ public class DocsPanel extends JPanel implements DocsListener {
|
||||
|
||||
public DocsPanel() {
|
||||
setLayout(new BorderLayout(0, 0));
|
||||
JScrollPane sp = new JScrollPane(textDisplay);
|
||||
JScrollPane sp = new FasterScrollPane(textDisplay);
|
||||
|
||||
textDisplay.setMargin(new Insets(0, 0, 0, 0));
|
||||
add(sp, BorderLayout.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user