]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
OCCT dev compatibility
authorvsr <vsr@opencascade.com>
Tue, 10 Mar 2015 07:12:38 +0000 (10:12 +0300)
committervsr <vsr@opencascade.com>
Tue, 10 Mar 2015 07:12:38 +0000 (10:12 +0300)
src/OCCViewer/OCCViewer_ViewModel.cxx

index 94a7163982424c4b21cb487d5f4bc848a681cc6b..d7eae71b8e218e1880be08f8efc94bb9277f26d6 100755 (executable)
@@ -125,7 +125,7 @@ OCCViewer_Viewer::OCCViewer_Viewer( bool DisplayTrihedron)
     //myTrihedron->SetColor( Col );
     myTrihedron->SetArrowColor( Col.Name() );
     myTrihedron->SetSize(100);
-#if OCC_VERSION_LARGE > 0x06080100 // VSR 20/02/2015: temporarily change to larger version until issue OCC25540 is integrated to master; to be reverted later
+#if OCC_VERSION_LARGE > 0x06080000
       Handle(Prs3d_Drawer) drawer = myTrihedron->Attributes();
       if (drawer->HasOwnDatumAspect()) {
 #else