From: vsr Date: Fri, 27 Nov 2009 13:38:46 +0000 (+0000) Subject: Additional patch for VTK_Trihedron (fix for VTK < 5.2.0) X-Git-Tag: V5_1_3~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eb60621402965776efe8656a49262a856013152d;p=modules%2Fgui.git Additional patch for VTK_Trihedron (fix for VTK < 5.2.0) --- diff --git a/src/VTKViewer/VTKViewer_Trihedron.h b/src/VTKViewer/VTKViewer_Trihedron.h index efb510b17..dab330e61 100755 --- a/src/VTKViewer/VTKViewer_Trihedron.h +++ b/src/VTKViewer/VTKViewer_Trihedron.h @@ -47,7 +47,7 @@ class VTKViewer_Axis; // VTKViewer_UnScaledActor is temporarily replaced with simple vtkTextActor // This workaround caused by the bug with disappeared labels of the trihedron // reproduced after migration from qt-4.4.3 to qt-4.5.2 -#if (VTK_XVERSION <= 0x050000) +#if (VTK_XVERSION < 0x050200) #define IPAL21440 #endif