From 0ce85afd2ca809daa86e7f12458a377b852bcf32 Mon Sep 17 00:00:00 2001 From: dmv Date: Wed, 28 Apr 2010 12:32:02 +0000 Subject: [PATCH] IPAL21710 TC5.1.4: Dialog doesn't show mesh info --- src/SMESHGUI/SMESHGUI_ComputeDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index 13fb447d4..26730462f 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -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(); -- 2.39.2