Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Do not ignore all events at the beginning of the MouseEvent method #1035

Closed Murmele closed 3 years ago

Murmele commented 3 years ago

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