mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 14:40:33 +05:00
Fix pb., appeared after wrong integration of 1.5 version: criteria are not saved
This commit is contained in:
parent
56e741c0f7
commit
694e1d2360
@ -848,7 +848,6 @@ void SMESHGUI_FilterLibraryDlg::enableMainButtons()
|
||||
SMESH::Filter_ptr SMESHGUI_FilterLibraryDlg::createFilter(const int theType)
|
||||
{
|
||||
int n = myTable->NumRows(theType);
|
||||
n = 0;
|
||||
|
||||
SMESH::Filter::Criteria_var aCriteria = new SMESH::Filter::Criteria;
|
||||
aCriteria->length(n);
|
||||
|
Loading…
Reference in New Issue
Block a user