mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 09:49:05 +00:00
Links shouldn't be selectable.
This commit is contained in:
parent
fc65ef8e8b
commit
5771f0c914
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue