Basic Shape Delete/CUT/Copy: Keyboard Shortcuts now possible

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2909 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
abhishekm71
2014-03-06 15:40:18 +00:00
parent 44c1cc1207
commit dbd1607a7a

View File

@@ -24,7 +24,7 @@ void QetShapeItem::setStyle(Qt::PenStyle newStyle)
void QetShapeItem::setFullyBuilt(bool isBuilt)
{
_isFullyBuilt = isBuilt;
setFlags(QGraphicsItem::ItemIsMovable | QGraphicsItem::ItemIsSelectable | QGraphicsItem::ItemIsFocusable);
setFlags(QGraphicsItem::ItemIsMovable | QGraphicsItem::ItemIsSelectable);
}
QLineF *QetShapeItem::getLine()