Fix selection problem in Front view

This commit is contained in:
wandererfan
2019-04-09 14:43:09 -04:00
committed by WandererFan
parent b7c6ac57c1
commit ae8dea56fb
2 changed files with 2 additions and 5 deletions

View File

@@ -240,4 +240,5 @@ void QGIPrimPath::mousePressEvent(QGraphicsSceneMouseEvent * event)
Base::Console().Log("QGIPP::mousePressEvent - no QGIView parent\n");
}
}
QGraphicsPathItem::mousePressEvent(event);
}