From fb7c801ba42e35b78361088a8071a028c9a52f49 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 23 Nov 2010 13:18:05 +0000 Subject: [PATCH] 0020845: EDF 1376 GUI : More shortcuts Small correction: transparency <= 0.05 is ignored in OCC --- src/GEOMToolsGUI/GEOMToolsGUI_1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2