mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
NOMINMAX definition has been moved into CONFIGURATION repository.
This commit is contained in:
parent
ef169a51e2
commit
f9cf20ad5b
@ -169,11 +169,7 @@ void GEOMToolsGUI_MarkerDlg::setStandardMarker( GEOM::marker_type type, GEOM::ma
|
|||||||
myTypeGroup->button( 0 )->setChecked( true );
|
myTypeGroup->button( 0 )->setChecked( true );
|
||||||
myWGStack->setCurrentIndex( 0 );
|
myWGStack->setCurrentIndex( 0 );
|
||||||
myStdTypeCombo->setCurrentId( (int)type );
|
myStdTypeCombo->setCurrentId( (int)type );
|
||||||
#ifdef WIN32
|
|
||||||
int asize = max( (int)GEOM::MS_10, min( (int)GEOM::MS_70, (int)size ) );
|
|
||||||
#else
|
|
||||||
int asize = std::max( (int)GEOM::MS_10, std::min( (int)GEOM::MS_70, (int)size ) );
|
int asize = std::max( (int)GEOM::MS_10, std::min( (int)GEOM::MS_70, (int)size ) );
|
||||||
#endif
|
|
||||||
myStdScaleCombo->setCurrentId( asize );
|
myStdScaleCombo->setCurrentId( asize );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user