Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
9a0e7d83
Commit
9a0e7d83
authored
May 08, 2003
by
Eric Petit
Browse files
modules/gui/beos/PreferencesWindow.cpp: cosmetic
parent
6e38b407
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/beos/PreferencesWindow.cpp
View file @
9a0e7d83
...
...
@@ -2,7 +2,7 @@
* PreferencesWindow.cpp: beos interface
*****************************************************************************
* Copyright (C) 1999, 2000, 2001 VideoLAN
* $Id: PreferencesWindow.cpp,v 1.1
8
2003/05/0
7
1
7:27:3
0 titer Exp $
* $Id: PreferencesWindow.cpp,v 1.1
9
2003/05/0
8
1
0:45:5
0 titer Exp $
*
* Authors: Eric Petit <titer@videolan.org>
*
...
...
@@ -429,6 +429,7 @@ void PreferencesWindow::UpdateScrollBar()
if
(
max
<
0
)
max
=
0
;
scrollBar
->
SetRange
(
0
,
max
);
scrollBar
->
SetProportion
(
visible
.
Height
()
/
total
.
Height
()
);
scrollBar
->
SetSteps
(
10
,
100
);
}
/*****************************************************************************
...
...
Write
Preview
Supports
Markdown
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