You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QPair<CPoint, CPoint> connpts = conn->get_connpts();
if(!connpts.first.shape||!connpts.second.shape) {
qWarning("dangling connector!");
return;
}
conn_vec.push_back(conn); // this line should be here, not at the beginning
// otherwise there's a discrepancy between conn_vec and edges in case of dangling conectors
The text was updated successfully, but these errors were encountered:
void GraphData::connectorToEdge(Connector* conn)
{
The text was updated successfully, but these errors were encountered: