From af4b4ba9e50099b653b9e9fef9efb96bb90d4137 Mon Sep 17 00:00:00 2001 From: anv Date: Tue, 24 Jun 2014 12:00:13 +0400 Subject: [PATCH] 0025031: Incorrect initialization function call Incorrect function call removed --- samples/qt/Common/src/View.cxx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/samples/qt/Common/src/View.cxx b/samples/qt/Common/src/View.cxx index 4c45d0ba7b..0a8a56f685 100755 --- a/samples/qt/Common/src/View.cxx +++ b/samples/qt/Common/src/View.cxx @@ -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();