Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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 gaben)

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 simon04, 4 years ago

Resolution: fixed
Status: newclosed

In 16410/josm:

fix #19227 - PluginListPanel: speed up scrolling

comment:2 by simon04, 4 years ago

Keywords: plugins scrolling added
Milestone: 20.05

comment:3 by gaben, 4 years ago

Description: modified (diff)

Thanks! :)

comment:4 by gaben, 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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.