From c258b4b70911a04fc323f695a7a093a608a1f593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Cuj=C3=A9?= Date: Wed, 6 Mar 2019 10:59:13 +0100 Subject: [PATCH] Do not show submodel preview as active. Fixes #313 --- common/lc_partselectionwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lc_partselectionwidget.cpp b/common/lc_partselectionwidget.cpp index 2aeea6da..ef11ad50 100644 --- a/common/lc_partselectionwidget.cpp +++ b/common/lc_partselectionwidget.cpp @@ -371,7 +371,7 @@ void lcPartSelectionListModel::DrawPreview(int InfoIndex) Scene.SetAllowWireframe(false); Scene.Begin(ViewMatrix); - Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, true); + Info->AddRenderMeshes(Scene, lcMatrix44Identity(), mColorIndex, lcRenderMeshState::NORMAL, false); Scene.End();