개정판 f959ea6f
issue #923: rename and fix InkControl_Convert
Change-Id: Iec4f34a4743f33987c05ea42674495491afa1166
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
334 | 334 |
// update mylist and gridview |
335 | 335 |
menu.UpdateMyMarkupList(); |
336 | 336 |
|
337 |
this.ParentOfType<MainWindow>().dzMainMenu.InkControl_Convert();
|
|
337 |
this.ParentOfType<MainWindow>().dzMainMenu.ConvertInkControlToPolygon();
|
|
338 | 338 |
|
339 | 339 |
if (menu.PreviewUserMarkupInfoItem != null && menu.PreviewUserMarkupInfoItem.IsPreviewUser == true) |
340 | 340 |
{ |
... | ... | |
414 | 414 |
|
415 | 415 |
try |
416 | 416 |
{ |
417 |
this.ParentOfType<MainWindow>().dzMainMenu.InkControl_Convert();
|
|
417 |
this.ParentOfType<MainWindow>().dzMainMenu.ConvertInkControlToPolygon();
|
|
418 | 418 |
|
419 | 419 |
List<IKCOM.MarkupInfoItem> SelectedMarkupInfos = new List<IKCOM.MarkupInfoItem>(); |
420 | 420 |
foreach (var item in menu.gridViewMarkup.SelectedItems) |
내보내기 Unified diff