mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0025031: Incorrect initialization function call
Incorrect function call removed
This commit is contained in:
parent
465d1fba7c
commit
af4b4ba9e5
@ -158,11 +158,6 @@ View::View( Handle(AIS_InteractiveContext) theContext, QWidget* parent )
|
|||||||
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