1
0
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:
anv 2014-06-24 12:00:13 +04:00 committed by apn
parent 465d1fba7c
commit af4b4ba9e5

View File

@ -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();