Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
47065d29
Commit
47065d29
authored
Jun 14, 2010
by
pixhawk
Browse files
Latest HSI changes
parent
8c83e87b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/HSIDisplay.cc
View file @
47065d29
...
@@ -241,13 +241,17 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event)
...
@@ -241,13 +241,17 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event)
{
{
if
(
event
->
button
()
==
Qt
::
RightButton
)
if
(
event
->
button
()
==
Qt
::
RightButton
)
{
{
startX
=
event
->
globalX
();
}
}
else
if
(
event
->
button
()
==
Qt
::
LeftButton
)
else
if
(
event
->
button
()
==
Qt
::
LeftButton
)
{
{
}
}
}
}
else
if
(
event
->
MouseMove
)
{
}
}
}
/**
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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