개정판 5a223b60
Fix: Approval로 등록된 심볼을 배치하지 못하는 오류 수정
- 심볼 배치 후 작업 영역을 클릭하면 MARKUS가 종료되는 오류 수정
Change-Id: I4e5be7f497aae8ba3f385c8efad688a7f82ae492
MarkupToPDF/Controls/Etc/SymControl.cs | ||
---|---|---|
381 | 381 |
pathFigure.IsClosed = true; |
382 | 382 |
pathGeometry.Figures.Add(pathFigure); |
383 | 383 |
this.Base_ViewBox.Width = pathGeometry.Bounds.Width; |
384 |
this.Base_ViewBox.Height = pathGeometry.Bounds.Height; ;
|
|
384 |
this.Base_ViewBox.Height = pathGeometry.Bounds.Height; |
|
385 | 385 |
this.Tag = pathGeometry; |
386 | 386 |
|
387 | 387 |
Canvas.SetLeft(this, MathSet.RotateAbout(mid, mid, AngleData).X - this.Base_ViewBox.Width / 2); |
내보내기 Unified diff