From 2395d87c18670c5deaf48942d4f74e93c44fa382 Mon Sep 17 00:00:00 2001 From: Natalia Ermolaeva Date: Wed, 16 Jun 2021 09:32:52 +0300 Subject: [PATCH] 0032432: Inspectors - problems with tools test group --- tools/VInspector/VInspector_Window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/VInspector/VInspector_Window.cxx b/tools/VInspector/VInspector_Window.cxx index 08a7bbac20..3ab563417e 100644 --- a/tools/VInspector/VInspector_Window.cxx +++ b/tools/VInspector/VInspector_Window.cxx @@ -438,7 +438,7 @@ bool VInspector_Window::OpenFile(const TCollection_AsciiString& theFileName) Handle(AIS_Shape) aPresentation = new AIS_Shape (aShape); aPresentation->Attributes()->SetAutoTriangulation (Standard_False); - View_Displayer* aDisplayer = myViewWindow->Displayer(); + View_Displayer* aDisplayer = displayer(); aDisplayer->DisplayPresentation (aPresentation); aContext->UpdateCurrentViewer(); -- 2.39.5