Fix B2014-010: crash when opening a word section or printing after creating a new procedure set if no ro.fst exists for working draft.
This commit is contained in:
parent
fff0233bf3
commit
524226ebdd
@ -1916,9 +1916,13 @@ namespace VEPROMS
|
||||
if (args.MyEditItem == null)
|
||||
{
|
||||
infotabTransition.Visible = false;
|
||||
infotabRO.Visible = true;
|
||||
displayRO.MyROFST = args.MyItemInfo.MyDocVersion.DocVersionAssociations[0].MyROFst;
|
||||
displayRO.MyRTB = null;
|
||||
infotabRO.Visible = false;
|
||||
if (args.MyItemInfo.MyDocVersion.DocVersionAssociations != null)
|
||||
{
|
||||
displayRO.MyROFST = args.MyItemInfo.MyDocVersion.DocVersionAssociations[0].MyROFst;
|
||||
displayRO.MyRTB = null;
|
||||
infotabRO.Visible = true;
|
||||
}
|
||||
infotabTags.Visible = false;
|
||||
displayBookMarks.MyEditItem = null;
|
||||
displayFoldoutMaint.Visible = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user