mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0031743: Draw Harness - fix misprint in Draw_Interpretor::SetToColorize()
This commit is contained in:
@@ -299,7 +299,7 @@ void Draw_Interpretor::SetToColorize (Standard_Boolean theToColorize)
|
||||
{
|
||||
if (Handle(Message_PrinterOStream) aPrinter = Handle(Message_PrinterOStream)::DownCast (aPrinterIter.Value()))
|
||||
{
|
||||
aPrinter->SetToColorize (Standard_False);
|
||||
aPrinter->SetToColorize (theToColorize);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user