mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 20:01:54 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -117,8 +117,7 @@ public class GraphDialog extends AppDialog {
|
||||
});
|
||||
|
||||
setTitle(translate("graph") + " " + name);
|
||||
JScrollPane scrollPane = new JScrollPane(gp);
|
||||
scrollPane.getVerticalScrollBar().setUnitIncrement(20);
|
||||
JScrollPane scrollPane = new FasterScrollPane(gp);
|
||||
scrollBarWidth = scrollPane.getVerticalScrollBar().getPreferredSize().width;
|
||||
scrollBarHeight = scrollPane.getHorizontalScrollBar().getPreferredSize().height;
|
||||
cnt.add(scrollPane, BorderLayout.CENTER);
|
||||
|
||||
Reference in New Issue
Block a user