From: Kirill Gavrilov Date: Thu, 26 Oct 2023 18:14:23 +0000 (+0300) Subject: Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XO... X-Git-Tag: V7_9_0_beta1~20 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=fb3c2c739cb539c26033441cd39059e798d47dce;p=occt.git Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XOZ orientation #318 --- diff --git a/src/OpenGl/OpenGl_GraduatedTrihedron.cxx b/src/OpenGl/OpenGl_GraduatedTrihedron.cxx index 4d7f30613c..542249bbf8 100755 --- a/src/OpenGl/OpenGl_GraduatedTrihedron.cxx +++ b/src/OpenGl/OpenGl_GraduatedTrihedron.cxx @@ -666,7 +666,7 @@ void OpenGl_GraduatedTrihedron::Render(const Handle(OpenGl_Workspace)& theWorksp if (anAxesState & OOZ_XOZ) { - renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.z(), myMin.y(), myMax.z()); + renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.x(), myMin.y(), myMax.z()); } if (anAxesState & OOZ_OYZ)