Commit 47065d29 authored by pixhawk's avatar pixhawk

Latest HSI changes

parent 8c83e87b
......@@ -241,13 +241,17 @@ void HSIDisplay::mouseDoubleClickEvent(QMouseEvent * event)
{
if (event->button() == Qt::RightButton)
{
startX = event->globalX();
}
else if (event->button() == Qt::LeftButton)
{
}
}
else if (event->MouseMove)
{
}
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment