From: nds Date: Tue, 7 Jul 2020 09:44:24 +0000 (+0300) Subject: 0030268: Inspectors - improvements in VInspector plugin X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=63bfbe12a10ce16f110db10068df41094947e9bd;p=occt-copy.git 0030268: Inspectors - improvements in VInspector plugin - lights for V3d viewer. - should not possible using it as it breaks highlight/selection of this presentation in the viewer. --- diff --git a/tools/VInspector/VInspector_PresentationLight.cxx b/tools/VInspector/VInspector_PresentationLight.cxx index 5b3851a472..66e713b9a5 100644 --- a/tools/VInspector/VInspector_PresentationLight.cxx +++ b/tools/VInspector/VInspector_PresentationLight.cxx @@ -78,8 +78,6 @@ VInspector_PresentationLight::VInspector_PresentationLight() : AIS_InteractiveObject(), myIndent (200), myTranslateMode (0/*position*/), myHasStartedTransformation (Standard_False) { - View_PreviewParameters aPreviewParameters (false); - SetAttributes (aPreviewParameters.GetDrawer()); } // =======================================================================