[chronojump] takeOff takeOff weigth don't shows "arms" option now



commit aa9f2c4b708e675fef6b3e45d29294a886adec89
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 26 23:19:47 2010 +0800

    takeOff takeOff weigth don't shows "arms" option now

 src/gui/jump.cs |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/jump.cs b/src/gui/jump.cs
index 1feac5e..db76ef6 100644
--- a/src/gui/jump.cs
+++ b/src/gui/jump.cs
@@ -869,7 +869,9 @@ public class JumpExtraWindow
 			       hideFallData();	
 		
 		//show technique (arms) only in DJ
-		if(myJumpType.StartIn || myJumpType.IsRepetitive)
+		if(myJumpType.StartIn || myJumpType.IsRepetitive || 
+				myJumpType.Name == Constants.TakeOffName || 
+				myJumpType.Name == Constants.TakeOffWeightName)
 			hideTechniqueArmsData();
 		
 		JumpExtraWindowBox.check_dj_arms.Active = arms;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]