Closed
Description
In some of the examples, e.g. the calculator, there is a crash because of a null ProxyWidget pointer in places like this in NodeGraphicsObject.cpp line 81:
void NodeGraphicsObject::updateQWidgetEmbedPos()
{
_proxyWidget->setPos(nodeScene()->nodeGeometry().widgetPosition(_nodeId));
}
I might try and fix that by simply testing the pointer for NULL before it is dereferenced, but thought it wise to consult you first.
Metadata
Metadata
Assignees
Labels
No labels