mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0027815: Visualization, TKV3d - AIS_InteractiveContext has inconsistent display mode API
This commit is contained in:
@@ -1501,8 +1501,8 @@ Standard_Real AIS_InteractiveContext::HLRAngle() const
|
||||
//function : SetDisplayMode
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
void AIS_InteractiveContext::SetDisplayMode (const AIS_DisplayMode theMode,
|
||||
const Standard_Boolean theToUpdateViewer)
|
||||
void AIS_InteractiveContext::SetDisplayMode(const Standard_Integer theMode,
|
||||
const Standard_Boolean theToUpdateViewer)
|
||||
{
|
||||
if (theMode == myDisplayMode)
|
||||
{
|
||||
|
Reference in New Issue
Block a user