mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
0020845: EDF 1376 GUI : More shortcuts
Small correction: transparency <= 0.05 is ignored in OCC
This commit is contained in:
parent
09ff3565e5
commit
fb7c801ba4
@ -419,7 +419,7 @@ void GEOMToolsGUI::OnChangeTransparency( bool increase )
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
// Delta
|
// Delta
|
||||||
float delta = 0.01;
|
float delta = 0.1; // VSR: 23/11/2010 (transparency value <= 0.05 is ignored)
|
||||||
if ( !increase )
|
if ( !increase )
|
||||||
delta *= -1;
|
delta *= -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user