mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-10 04:33:07 +05:00
RNV: fix a compilation problem.
This commit is contained in:
parent
5fcda672da
commit
4e96ddf603
@ -613,7 +613,7 @@ void DisplayGUI::ChangeDisplayMode( const int mode, SUIT_ViewWindow* viewWindow
|
|||||||
else if ( mode == 2 )
|
else if ( mode == 2 )
|
||||||
ic->SetDisplayMode( interIter.Value(), GEOM_AISShape::ShadingWithEdges, false );
|
ic->SetDisplayMode( interIter.Value(), GEOM_AISShape::ShadingWithEdges, false );
|
||||||
else if ( mode == 3 )
|
else if ( mode == 3 )
|
||||||
ic->SetDisplayMode( interIter.Value(), AIS_ExactHLR, false );
|
ic->SetDisplayMode( interIter.Value(), GEOM_AISShape::TexturedShape, false );
|
||||||
} else {
|
} else {
|
||||||
aSh->setPrevDisplayMode(mode);
|
aSh->setPrevDisplayMode(mode);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user