correct the previous modification

This commit is contained in:
eap 2006-03-27 11:18:46 +00:00
parent 680f0473ee
commit 1e6031e233

View File

@ -261,7 +261,7 @@ void StdMeshersGUI_StdHypothesisCreator::attuneStdWidget( QWidget* w, const int
{ {
sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 ); sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 );
} }
else // default validator for possible ancestors else if ( sb ) // default validator for possible ancestors
{ {
sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 ); sb->RangeStepAndValidator( VALUE_SMALL, VALUE_MAX, 1.0, 6 );
} }