mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-03 16:14:18 +00:00
Fixed: #1622 Slow scrolling (search results, advanced settings and others)
This commit is contained in:
@@ -234,7 +234,7 @@ public class FontEmbedDialog extends AppDialog {
|
||||
rangeRowPanel.setAlignmentX(0);
|
||||
rangesPanel.add(rangeRowPanel);
|
||||
}
|
||||
cnt.add(new JScrollPane(rangesPanel));
|
||||
cnt.add(new FasterScrollPane(rangesPanel));
|
||||
|
||||
JPanel specialPanel = new JPanel();
|
||||
specialPanel.setLayout(new BoxLayout(specialPanel, BoxLayout.X_AXIS));
|
||||
|
||||
Reference in New Issue
Block a user