PAL9881 - preferences are not taken into account in SMESH

This commit is contained in:
asl 2005-10-12 12:18:43 +00:00
parent c06234a40f
commit 8e26c31d5f
2 changed files with 4 additions and 4 deletions

View File

@ -2782,8 +2782,8 @@ void SMESHGUI::initialize( CAM_Application* app )
popupMgr()->insert( separator(), -1, -1 );
connect( application(), SIGNAL( viewManagerAdded( SUIT_ViewManager* ) ),
this, SLOT( onViewManagerAdded( SUIT_ViewManager* ) ) );
connect( application(), SIGNAL( viewManagerActivated( SUIT_ViewManager* ) ),
this, SLOT( onViewManagerActivated( SUIT_ViewManager* ) ) );
}
bool SMESHGUI::activateModule( SUIT_Study* study )
@ -2851,7 +2851,7 @@ void SMESHGUI::viewManagers( QStringList& list ) const
list.append( SVTK_Viewer::Type() );
}
void SMESHGUI::onViewManagerAdded( SUIT_ViewManager* mgr )
void SMESHGUI::onViewManagerActivated( SUIT_ViewManager* mgr )
{
if ( dynamic_cast<SVTK_ViewManager*>( mgr ) )
SMESH::UpdateSelectionProp( this );

View File

@ -110,7 +110,7 @@ public slots:
private slots:
void OnGUIEvent();
void onViewManagerAdded( SUIT_ViewManager* );
void onViewManagerActivated( SUIT_ViewManager* );
void onOperationCommited( SUIT_Operation* );
void onOperationAborted( SUIT_Operation* );