mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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;
|
||||
myHlrModeIsOn = Standard_False;
|
||||
setMouseTracking( true );
|
||||
|
||||
if( myFirst )
|
||||
{
|
||||
init();
|
||||
myFirst = false;
|
||||
}
|
||||
|
||||
initViewActions();
|
||||
initCursors();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user