From 91836c86ebeb0fbef30c2641c136b5b793a18340 Mon Sep 17 00:00:00 2001 From: kgv Date: Wed, 23 Jun 2021 21:17:03 +0300 Subject: [PATCH] 0032458: Draw Harness, ViewerTest - fix misprint in vaspects -drawSilhouette --- src/ViewerTest/ViewerTest.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ViewerTest/ViewerTest.cxx b/src/ViewerTest/ViewerTest.cxx index 34bdb9f079..c19ba0bab1 100644 --- a/src/ViewerTest/ViewerTest.cxx +++ b/src/ViewerTest/ViewerTest.cxx @@ -3144,6 +3144,7 @@ static Standard_Integer VAspects (Draw_Interpretor& theDI, || anArg == "-setsilhouette" || anArg == "-outline" || anArg == "-outlined" + || anArg == "-drawsilhouette" || anArg == "-silhouette") { bool toDrawOutline = true;