Made the horizontal scroll speed for the list_box more reasonable.

This commit is contained in:
Davis King 2011-06-19 10:23:04 -04:00
parent 66bbc5150c
commit 8e1f4d4cfe
1 changed files with 1 additions and 0 deletions

View File

@ -2238,6 +2238,7 @@ namespace dlib
last_selected(0)
{
set_vertical_scroll_increment(mfont->height());
set_horizontal_scroll_increment(mfont->height());
style.reset(new list_box_style_default());
enable_events();