myInteractorStyle->Delete();
- if ( getToolBar() )
+ if ( getToolBar() )
addToolBar( Qt::LeftToolBarArea, getToolBar() );
+
//TO DO:
//myActionsMap[NonIsometric]->removeFrom(myToolBar);
mgr->registerAction( anAction, DumpId );
// Recording
- myRecordingToolBar = mgr->createToolBar( tr( "LBL_TOOLBAR_RECORD_LABEL" ) );
+ myRecordingToolBar = mgr->createToolBar( tr( "LBL_TOOLBAR_RECORD_LABEL" ), -1, this);
addToolBar( Qt::LeftToolBarArea, mgr->toolBar( myRecordingToolBar ) );
myStartAction = new QtxAction(tr("MNU_VVTK_RECORDING_START"),