IPAL21710 TC5.1.4: Dialog doesn't show mesh info

This commit is contained in:
dmv 2010-04-28 12:32:02 +00:00
parent d533443d30
commit 0ce85afd2c

View File

@ -827,7 +827,7 @@ void SMESHGUI_BaseComputeOp::showComputeResult( const bool theMemoryLack,
{
QTableWidget* tbl = aCompDlg->myTable;
SMESH::long_array_var aRes = myMesh->GetMeshInfo();
aCompDlg->myFullInfo->SetMeshInfo( aRes );
aCompDlg->myBriefInfo->SetMeshInfo( aRes );
aCompDlg->myBriefInfo->show();
aCompDlg->myFullInfo->hide();