nodeview: only remove dragged edge if arrow was dragged

This commit is contained in:
itsmattkc
2021-04-29 00:21:53 +10:00
parent 1fb7486daa
commit 502b5971f9
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -89,6 +89,11 @@ public:
*/
void SetConnected(bool c);
bool IsConnected() const
{
return connected_;
}
/**
* @brief Set highlighted state
*