]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Additional patch for VTK_Trihedron (fix for VTK < 5.2.0)
authorvsr <vsr@opencascade.com>
Fri, 27 Nov 2009 13:38:46 +0000 (13:38 +0000)
committervsr <vsr@opencascade.com>
Fri, 27 Nov 2009 13:38:46 +0000 (13:38 +0000)
src/VTKViewer/VTKViewer_Trihedron.h

index efb510b178bac62c4ee459caac1fb4e7629037c5..dab330e615aae5aa02493dc1c39b96f70a41c4c9 100755 (executable)
@@ -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