Salome HOME
IPAL21710 TC5.1.4: Dialog doesn't show mesh info
authordmv <dmv@opencascade.com>
Wed, 28 Apr 2010 12:32:02 +0000 (12:32 +0000)
committerdmv <dmv@opencascade.com>
Wed, 28 Apr 2010 12:32:02 +0000 (12:32 +0000)
src/SMESHGUI/SMESHGUI_ComputeDlg.cxx

index 13fb447d4f3b47b1d9b28752b90da23af06b1495..26730462fdf35e9e49d18a68086c759de3eb5a77 100644 (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();