Working Face selection
This commit is contained in:
@@ -44,6 +44,9 @@ using namespace TechDrawGui;
|
||||
QGCustomRect::QGCustomRect()
|
||||
{
|
||||
setCacheMode(QGraphicsItem::NoCache);
|
||||
setAcceptHoverEvents(false);
|
||||
setFlag(QGraphicsItem::ItemIsSelectable, false);
|
||||
setFlag(QGraphicsItem::ItemIsMovable, false);
|
||||
}
|
||||
|
||||
void QGCustomRect::centerAt(QPointF centerPos)
|
||||
|
||||
Reference in New Issue
Block a user