X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SelectionProxy.cxx;fp=src%2FSMESHGUI%2FSMESHGUI_SelectionProxy.cxx;h=c4ab63629eec39c53ed1353b70e00c33f8dbccf3;hb=341e363240adfbf291dbeeaa6ab989ffe46eb874;hp=e359fb8b51abac88039df54143f2ae11ef9a8dc3;hpb=63d5619b14edc450a51d92f059879bee1c1fa12d;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx b/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx index e359fb8b5..c4ab63629 100644 --- a/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx +++ b/src/SMESHGUI/SMESHGUI_SelectionProxy.cxx @@ -1170,7 +1170,7 @@ int SMESH::SelectionProxy::size( bool autoCompute ) const { if ( type() == GroupFilter ) // for group on filter we check if value is already computed and cached - autoCompute |= group->IsNodeInfoAvailable(); + autoCompute |= group->IsMeshInfoCorrect(); else // for other groups we force autoCompute to true autoCompute = true;