mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 23:41:27 +05:00
Fix for Bug IPAL11055:
It is impossible to input negative value as f(t) in table function.
This commit is contained in:
parent
b89dff3c27
commit
3b19e7ce9f
@ -192,6 +192,7 @@ void StdMeshersGUI_NbSegmentsCreator::retrieveParams() const
|
|||||||
myDistr->setCurrentItem( data.myDistrType );
|
myDistr->setCurrentItem( data.myDistrType );
|
||||||
myScale->setValue( data.myScale );
|
myScale->setValue( data.myScale );
|
||||||
myConv->setButton( data.myConv );
|
myConv->setButton( data.myConv );
|
||||||
|
myTable->table()->funcValidator()->setBottom(myConv->id( myConv->selected() )==0 ? -1E20 : 0);
|
||||||
myTable->table()->setData( data.myTable );
|
myTable->table()->setData( data.myTable );
|
||||||
myExpr->setText( data.myExpr );
|
myExpr->setText( data.myExpr );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user