nodeview: only remove dragged edge if arrow was dragged
This commit is contained in:
@@ -89,6 +89,11 @@ public:
|
||||
*/
|
||||
void SetConnected(bool c);
|
||||
|
||||
bool IsConnected() const
|
||||
{
|
||||
return connected_;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Set highlighted state
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user