Qt4 porting: 2D Algorithms are active when Mesh on Vertex is created or edited.

This commit is contained in:
dmv 2008-10-15 13:01:01 +00:00
parent 964fe4af29
commit 6de20c7221

View File

@ -484,7 +484,7 @@ void SMESHGUI_MeshDlg::setMaxHypoDim( const int maxDim )
}
// deselect desabled tab
if ( !myTabWg->isTabEnabled( myTabWg->currentIndex() ) )
setCurrentTab( DIM - 1 );
setCurrentTab( DIM );
}
//================================================================================