mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0025031: Incorrect initialization function call
Incorrect function call removed
This commit is contained in:
parent
465d1fba7c
commit
af4b4ba9e5
@ -157,12 +157,7 @@ View::View( Handle(AIS_InteractiveContext) theContext, QWidget* parent )
|
|||||||
myCurrentMode = CurAction3d_Nothing;
|
myCurrentMode = CurAction3d_Nothing;
|
||||||
myHlrModeIsOn = Standard_False;
|
myHlrModeIsOn = Standard_False;
|
||||||
setMouseTracking( true );
|
setMouseTracking( true );
|
||||||
|
|
||||||
if( myFirst )
|
|
||||||
{
|
|
||||||
init();
|
|
||||||
myFirst = false;
|
|
||||||
}
|
|
||||||
initViewActions();
|
initViewActions();
|
||||||
initCursors();
|
initCursors();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user