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
b6bf552c
Commit
b6bf552c
authored
Aug 07, 2013
by
Davis King
Browse files
Fixed a bug in the image_window which made it's behavior slightly weird
when a user drew rectangles on it.
parent
4cc14d26
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/gui_widgets/widgets.cpp
dlib/gui_widgets/widgets.cpp
+1
-1
No files found.
dlib/gui_widgets/widgets.cpp
View file @
b6bf552c
...
@@ -6527,7 +6527,7 @@ namespace dlib
...
@@ -6527,7 +6527,7 @@ namespace dlib
unsigned
long
state
unsigned
long
state
)
)
{
{
dlib
::
bas
e_window
::
on_keydown
(
key
,
is_printable
,
state
);
dlib
::
drawabl
e_window
::
on_keydown
(
key
,
is_printable
,
state
);
have_last_keypress
=
true
;
have_last_keypress
=
true
;
next_key
=
key
;
next_key
=
key
;
...
...
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