mirror of
https://github.com/leozide/leocad.git
synced 2026-09-12 01:23:35 +00:00
Highlight parts added in the current step.
This commit is contained in:
committed by
Leonardo Zide
parent
7daf13b51e
commit
2de2e2c187
+1
-1
@@ -556,7 +556,7 @@ void View::OnDraw()
|
||||
PieceInfo* Info = gMainWindow->GetCurrentPieceInfo();
|
||||
|
||||
if (Info)
|
||||
Info->AddRenderMeshes(mScene, GetPieceInsertPosition(), gMainWindow->mColorIndex, true, true);
|
||||
Info->AddRenderMeshes(mScene, GetPieceInsertPosition(), gMainWindow->mColorIndex, true, true, false);
|
||||
}
|
||||
|
||||
mContext->SetDefaultState();
|
||||
|
||||
Reference in New Issue
Block a user