Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
8e1f4d4c
"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "614401ff060db5d5ea823983542c976005f411cf"
Commit
8e1f4d4c
authored
Jun 19, 2011
by
Davis King
Browse files
Made the horizontal scroll speed for the list_box more reasonable.
parent
66bbc515
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.cpp
+1
-0
No files found.
dlib/gui_widgets/widgets.cpp
View file @
8e1f4d4c
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment