From eb60621402965776efe8656a49262a856013152d Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 27 Nov 2009 13:38:46 +0000 Subject: [PATCH] Additional patch for VTK_Trihedron (fix for VTK < 5.2.0) --- src/VTKViewer/VTKViewer_Trihedron.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2