mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 02:10:35 +05:00
fix for small regression: inserting/removing of rows doesn't work
This commit is contained in:
parent
f1dec40ab1
commit
c7783fc7d8
@ -318,7 +318,7 @@ void StdMeshersGUI_NbSegmentsCreator::onValueChanged()
|
||||
else if( distr==3 )
|
||||
myCutNeg->setText( tr( "SMESH_CUT_NEG_MODE" ) );*/
|
||||
|
||||
if( distr==2 ) //table func
|
||||
if( distr==2 && sender()==myConv ) //table func
|
||||
{
|
||||
myTable->table()->funcValidator()->setBottom( myConv->id( myConv->selected() )==0 ? -1E20 : 0 );
|
||||
SMESH::double_array arr;
|
||||
|
Loading…
Reference in New Issue
Block a user