mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0031743: Draw Harness - fix misprint in Draw_Interpretor::SetToColorize()
This commit is contained in:
parent
7d47ebdbcd
commit
dda9303c69
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user