Modify ↓
#19227 closed enhancement (fixed)
Speed up scrolling in plugin list
Reported by: | gaben | Owned by: | team |
---|---|---|---|
Priority: | trivial | Milestone: | 20.05 |
Component: | Core | Version: | |
Keywords: | plugins scrolling | Cc: |
Description (last modified by )
In the settings the plugin list scrolling somehow acts differently than everything else in JOSM. It's about 10x slooower.
Attachments (0)
Change History (4)
comment:1 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Keywords: | plugins scrolling added |
---|---|
Milestone: | → 20.05 |
comment:4 by , 4 years ago
It seems the getScrollableBlockIncrement()
defines the scrolling speed, which is now one whole screen per wheel tick, at least with my hardware configuration on Windows. It's too fast, easy to miss something.
Can someone confirm this? If yes, visibleRect.height / 4;
probably would be more appropriate here as well.
Note:
See TracTickets
for help on using tickets.
In 16410/josm: