]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
porting to OOCT 6.4.0 PORTING_OCC64
authordkv <dkv@opencascade.com>
Sat, 13 Nov 2010 08:29:04 +0000 (08:29 +0000)
committerdkv <dkv@opencascade.com>
Sat, 13 Nov 2010 08:29:04 +0000 (08:29 +0000)
src/OCCViewer/OCCViewer_CubeAxesDlg.cxx

index 198b0f57ab2f77cad046d1d59df29d0d38681805..cc8e00058a6f7facd0cddb2cce9030396e232069 100644 (file)
@@ -250,7 +250,7 @@ void OCCViewer_CubeAxesDlg::SetData( bool theIsVisible, OCCViewer_AxisWidget::Ax
 */
 void OCCViewer_CubeAxesDlg::ApplyData( const Handle(V3d_View)& theView )
 {
-#if OCC_VERSION_LARGE > 0x06030009 // available only with OCC-6.3-sp10 and higher version
+#if OCC_VERSION_LARGE > 0x06030009 && OCC_VERSION_LARGE !=  0x06040000 // available only with OCC-6.3-sp10 and higher version, except 6.4.0 
   if( theView.IsNull() )
     return;