Links shouldn't be selectable.

--HG--
branch : dfighter-tools
hg/feature/qt5
dfighter1985 10 years ago
parent b715b6eaf6
commit bf12cbc53c

@ -26,8 +26,6 @@ QGraphicsLineItem( parent )
{ {
m_from = NULL; m_from = NULL;
m_to = NULL; m_to = NULL;
setFlags( QGraphicsItem::ItemIsSelectable );
} }
ExpressionLink::~ExpressionLink() ExpressionLink::~ExpressionLink()

Loading…
Cancel
Save