feat: socket padding, fix floating edge start pos

This commit is contained in:
parker
2025-06-21 01:25:47 +01:00
parent 1cfcb0e429
commit b10f9322b2
4 changed files with 6 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ void NetworkGraphicsView::leftMousePress(QMouseEvent *event)
if(isSocket)
{
std::cout << "SOCKET!\n";
network_->socketClicked(static_cast<SocketGraphic*>(itemClicked));
network_->socketClicked(static_cast<SocketGraphic*>(itemClicked), event);
}
}