Commit 8e1f4d4c authored by Davis King's avatar Davis King

Made the horizontal scroll speed for the list_box more reasonable.

parent 66bbc515
...@@ -2238,6 +2238,7 @@ namespace dlib ...@@ -2238,6 +2238,7 @@ namespace dlib
last_selected(0) last_selected(0)
{ {
set_vertical_scroll_increment(mfont->height()); set_vertical_scroll_increment(mfont->height());
set_horizontal_scroll_increment(mfont->height());
style.reset(new list_box_style_default()); style.reset(new list_box_style_default());
enable_events(); enable_events();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment