mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 04:10:33 +05:00
IPAL21710 TC5.1.4: Dialog doesn't show mesh info
This commit is contained in:
parent
d533443d30
commit
0ce85afd2c
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user