From: vsr Date: Tue, 23 Nov 2010 13:18:05 +0000 (+0000) Subject: 0020845: EDF 1376 GUI : More shortcuts X-Git-Tag: V5_1_5~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fb7c801ba42e35b78361088a8071a028c9a52f49;p=modules%2Fgeom.git 0020845: EDF 1376 GUI : More shortcuts Small correction: transparency <= 0.05 is ignored in OCC --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx index 7706ab3c9..9efec8b19 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx @@ -419,7 +419,7 @@ void GEOMToolsGUI::OnChangeTransparency( bool increase ) return; // Delta - float delta = 0.01; + float delta = 0.1; // VSR: 23/11/2010 (transparency value <= 0.05 is ignored) if ( !increase ) delta *= -1;