Links shouldn't be selectable.
--HG-- branch : dfighter-tools
This commit is contained in:
parent
b715b6eaf6
commit
bf12cbc53c
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ QGraphicsLineItem( parent )
|
|||
{
|
||||
m_from = NULL;
|
||||
m_to = NULL;
|
||||
|
||||
setFlags( QGraphicsItem::ItemIsSelectable );
|
||||
}
|
||||
|
||||
ExpressionLink::~ExpressionLink()
|
||||
|
|
Loading…
Reference in a new issue