개정판 5a223b60
Fix: Approval로 등록된 심볼을 배치하지 못하는 오류 수정
- 심볼 배치 후 작업 영역을 클릭하면 MARKUS가 종료되는 오류 수정
Change-Id: I4e5be7f497aae8ba3f385c8efad688a7f82ae492
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
618 | 618 |
|
619 | 619 |
Printimg_List = new Dictionary<int, System.Drawing.Image>(); |
620 | 620 |
PrintimgPath_List = new Dictionary<int, string>(); |
621 |
TempImageDir = Path.Combine(Path.GetTempPath(), "Markus", Common.Commons.shortGuid());
|
|
621 |
TempImageDir = Path.Combine(Path.GetTempPath(), "Markus", Common.Commons.ShortGuid());
|
|
622 | 622 |
|
623 | 623 |
if (Directory.Exists(TempImageDir)) |
624 | 624 |
{ |
... | ... | |
712 | 712 |
IsExportOrPrint = true; |
713 | 713 |
|
714 | 714 |
PrintimgPath_List = new Dictionary<int, string>(); |
715 |
TempImageDir = Path.Combine(Path.GetTempPath(), "Markus", Common.Commons.shortGuid());
|
|
715 |
TempImageDir = Path.Combine(Path.GetTempPath(), "Markus", Common.Commons.ShortGuid());
|
|
716 | 716 |
|
717 | 717 |
if (Directory.Exists(TempImageDir)) |
718 | 718 |
{ |
내보내기 Unified diff