mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Show train track insert gizmo on all open connections of the focused piece.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user