Made the FRAME event handling in the various MatrixManipulators return false
from the handle method to prevent frame events from being eaten.
This commit is contained in:
@@ -147,7 +147,7 @@ bool FlightManipulator::handle(const GUIEventAdapter& ea,GUIActionAdapter& us)
|
||||
case(GUIEventAdapter::FRAME):
|
||||
addMouseEvent(ea);
|
||||
if (calcMovement()) us.requestRedraw();
|
||||
return true;
|
||||
return false;
|
||||
|
||||
case(GUIEventAdapter::RESIZE):
|
||||
init(ea,us);
|
||||
|
||||
Reference in New Issue
Block a user