1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 09:19:41 +00:00

Fix callback being skipped

This commit is contained in:
Aesylwinn 2016-03-13 23:51:44 -04:00
parent ebdc212886
commit 9ed2cf6581

View file

@ -708,7 +708,7 @@ void CSVRender::WorldspaceWidget::keyPressEvent (QKeyEvent *event)
abortDrag();
}
else
RenderWidget::keyPressEvent(event);
SceneWidget::keyPressEvent(event);
}
void CSVRender::WorldspaceWidget::handleMouseClick (osg::ref_ptr<TagBase> tag, const std::string& button, bool shift)