Links shouldn't be selectable.

This commit is contained in:
dfighter1985 2014-09-17 16:01:23 +02:00
parent fc65ef8e8b
commit 5771f0c914

View file

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