Show train track insert gizmo on all open connections of the focused piece.

This commit is contained in:
Leonardo Zide
2024-12-20 17:18:33 -08:00
parent 75bee39ea8
commit abcef7a536
8 changed files with 246 additions and 131 deletions
+1 -1
View File
@@ -2891,7 +2891,7 @@ void lcMainWindow::HandleCommand(lcCommandId CommandId)
case LC_PIECE_INSERT:
if (ActiveModel)
ActiveModel->AddPiece(static_cast<PieceInfo*>(nullptr));
ActiveModel->AddPiece(nullptr, LC_PIECE_SECTION_INVALID);
break;
case LC_PIECE_DELETE: