You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid potential infinite loop if button is released by ActionListener
The readAndDispatch() method that is implicitly called in the
PaletteScrollBar might send a "Mouse Released" event while processing
the "Mouse Pressed" event.
This then causes the timer to never be cancelled, leading to an infinite
scrolling.
Closes#733
0 commit comments