From b52c7098f9a4b9210a6765995b5279b31d544cd5 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 6 Nov 2014 20:59:22 +0000 Subject: [PATCH] =?UTF-8?q?Reverted=20the=20first=20transition=20type=20ba?= =?UTF-8?q?ck=20to=20not=20allowing=20the=20user=20to=20select=20a=20secti?= =?UTF-8?q?on=20Fixed=20the=20transition=20logic=20so=20that=20the=20first?= =?UTF-8?q?=20transition=20type=20can=20be=20when=20the=20procedure=20you?= =?UTF-8?q?=20are=20transiting=20to=20does=20not=20have=20a=20default=20se?= =?UTF-8?q?ction=20named=20=E2=80=9CProcedure=20Steps=E2=80=9D.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Formats/fmtall/SUMall.xml | Bin 118566 -> 118022 bytes .../DisplayTransition.cs | 6 +++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/PROMS/Formats/fmtall/SUMall.xml b/PROMS/Formats/fmtall/SUMall.xml index 50361cb58e442d6d5842b8876d444f1ca8d1f6e1..41184f5b734f1f2f2b896c319b5602578ad24d5b 100644 GIT binary patch delta 23 fcmZ2BkG*Xc`v$d@)BhY`(y0K^JNrnoWW15L~YnpwgClCNe60P^!0l7XuH7)pUMwG28yHnMmKLncsl z4nrzbE*Qv51-b>K$_*%21aw^qgF-z6OrjReQeU9*JfPuJwh+y}d_-7 {1}", listBoxTranFmt.SelectedIndex, toItem.ItemID); } @@ -1029,7 +1033,7 @@ namespace Volian.Controls.Library else { VETreeNode vtn = (VETreeNode)tvTran.SelectedNode; - if (vtn.Tag == null) toItem = (ItemInfo)cbTranSects.SelectedItem; + if (vtn == null || vtn.Tag == null) toItem = (ItemInfo)cbTranSects.SelectedItem; else toItem = (ItemInfo)vtn.VEObject; } if (toItem==null)