개정판 33df85e7
issue #999: fixed save logic
Change-Id: I59b725f31e4349245fe4f058b65894d7a2aae1e1
MarkupToPDF/Controls/Parsing/MarkupParse.cs | ||
---|---|---|
289 | 289 |
{ |
290 | 290 |
if (!string.IsNullOrEmpty(commentId)) control.CommentID = commentId; |
291 | 291 |
if (!string.IsNullOrEmpty(markupInfoID)) control.MarkupInfoID = markupInfoID; |
292 |
baseLayer.Add(control); |
|
292 |
if(baseLayer != null) baseLayer.Add(control);
|
|
293 | 293 |
control.ApplyTemplate(); |
294 | 294 |
///control.SetValue(ToolTipService.ToolTipProperty, ToolTipMessage); |
295 | 295 |
|
내보내기 Unified diff