B2016-173 Transition to MS Word section causes crash
B2016-135 Hanging Indent crash on History B2016-162 Backslash typed into table cell does not get saved as a Backslash
This commit is contained in:
@@ -78,6 +78,7 @@ namespace Volian.Controls.Library
|
||||
if (_II_Procedure != cbTranProcs.SelectedIndex) return true;
|
||||
if (_II_Section != cbTranSects.SelectedIndex) return true;
|
||||
// Use VEObject
|
||||
if(tvTran.Nodes.Count == 0) return true;//B2016-173 If no nodes then the transtion is to a MS Word Section
|
||||
if (_II_ItemID != ((tvTran.SelectedNode as VETreeNode).VEObject as ItemInfo).ItemID) return true;
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user