But find out the reason why it is accepted already.
@felix-salfelder Maybe you know why this MetaCall is already accepted?
The problem is that when this MetaCall is already accepted, QGraphicsScene::event(e); will not be called anymore and therefore the symbol is not drawn on the scene.
We should also decide if we would like to handle the mouseActions in SchematicDoc or in SchematicScene to make it uniform
I think you can work directly on my branch and push also to it, so it gets updated here
But find out the reason why it is accepted already.
@felix-salfelder Maybe you know why this MetaCall is already accepted? The problem is that when this MetaCall is already accepted, QGraphicsScene::event(e); will not be called anymore and therefore the symbol is not drawn on the scene. We should also decide if we would like to handle the mouseActions in SchematicDoc or in SchematicScene to make it uniform
I think you can work directly on my branch and push also to it, so it gets updated here