mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Do not show submodel preview as active. Fixes #313
This commit is contained in:
parent
9278ef030c
commit
c258b4b709
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ void lcPartSelectionListModel::DrawPreview(int InfoIndex)
|
||||||
Scene.SetAllowWireframe(false);
|
Scene.SetAllowWireframe(false);
|
||||||
Scene.Begin(ViewMatrix);
|
Scene.Begin(ViewMatrix);
|
||||||
|
|
||||||
Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, true);
|
Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, false);
|
||||||
|
|
||||||
Scene.End();
|
Scene.End();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue