This commit is contained in:
2013-02-20 11:42:32 +00:00
parent 68a5f7171f
commit 4c673f0ea3
5 changed files with 95 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ namespace VEPROMS
// also disable if there is no word content yet - the user may want to change from step type to
// word type, as long as there is no content yet.
if (ii.HasStepContent || !ii.HasWordContent) tcpLibDoc.Enabled = false;
if (ii.HasWordContent) _isStepSection = false;
}
private void btnSectPropOK_Click(object sender, EventArgs e)