mirror of https://github.com/CGAL/cgal
another warning fix
This commit is contained in:
parent
dcbb50a134
commit
a28dd524b7
|
|
@ -458,7 +458,7 @@ void ManipulatedFrame::mouseMoveEvent(QMouseEvent *const event,
|
||||||
// These MouseAction values make no sense for a manipulatedFrame
|
// These MouseAction values make no sense for a manipulatedFrame
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case NO_MOUSE_ACTION:
|
default:
|
||||||
// Possible when the ManipulatedFrame is a MouseGrabber. This method is then
|
// Possible when the ManipulatedFrame is a MouseGrabber. This method is then
|
||||||
// called without startAction because of mouseTracking.
|
// called without startAction because of mouseTracking.
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue