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
898c948f
Commit
898c948f
authored
Mar 24, 2015
by
Davis King
Browse files
Minor change to avoid compiler warning
parent
c41f5322
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.cpp
+3
-3
No files found.
dlib/gui_widgets/widgets.cpp
View file @
898c948f
...
...
@@ -5820,7 +5820,7 @@ namespace dlib
void
perspective_display
::
on_wheel_up
(
unsigned
long
state
unsigned
long
//
state
)
{
if
(
rect
.
contains
(
lastx
,
lasty
)
==
false
||
hidden
||
!
enabled
)
...
...
@@ -5841,7 +5841,7 @@ namespace dlib
void
perspective_display
::
on_wheel_down
(
unsigned
long
state
unsigned
long
//
state
)
{
if
(
rect
.
contains
(
lastx
,
lasty
)
==
false
||
hidden
||
!
enabled
)
...
...
@@ -5863,7 +5863,7 @@ namespace dlib
void
perspective_display
::
on_mouse_down
(
unsigned
long
btn
,
unsigned
long
state
,
unsigned
long
,
//
state
long
x
,
long
y
,
bool
is_double_click
...
...
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