google-code-export / simple-pygame-gui

Automatically exported from code.google.com/p/simple-pygame-gui
1 stars 1 forks source link

scrolling a listbox with too few elements is weird #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I have a large listbox but with only a few items, so that it isn't
filled up enough to be scrollable, I can still use the mouse wheel to
"scroll," but the effect is that everything gets shoved all the way up or
all the way down.  I would expect that the mouse wheel would have no effect
in this scenario and everything would stay at the top of the listbox.

Using r35 of svn.

Original issue reported on code.google.com by mackst...@gmail.com on 2 Oct 2008 at 12:01