mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix callback being skipped
This commit is contained in:
parent
ebdc212886
commit
9ed2cf6581
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user