From: dkv Date: Sat, 13 Nov 2010 08:29:04 +0000 (+0000) Subject: porting to OOCT 6.4.0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eabba906d1d8f465cefe75df4c3cd35c5f5e1188;p=modules%2Fgui.git porting to OOCT 6.4.0 --- diff --git a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx index 198b0f57a..cc8e00058 100644 --- a/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx +++ b/src/OCCViewer/OCCViewer_CubeAxesDlg.cxx @@ -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;