diff --git a/src/ui/HSIDisplay.cc b/src/ui/HSIDisplay.cc index 37a6865..b9bfe7e 100644 --- a/src/ui/HSIDisplay.cc +++ b/src/ui/HSIDisplay.cc @@ -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) + { + + } } /**