개정판 05f4d127
Arc를 그릴때 오른쪽 마우스 버튼을 클릭했을때 반전된 형상을 바로 보여주도록 함
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
3501 | 3501 |
if (currentControl != null) |
3502 | 3502 |
{ |
3503 | 3503 |
(currentControl as ArcControl).setClock(); |
3504 |
(currentControl as ArcControl).MidPoint = new Point(0, 0); |
|
3505 |
//(currentControl as ArcControl).ApplyTemplate(); |
|
3504 | 3506 |
} |
3505 |
|
|
3506 | 3507 |
} |
3507 |
|
|
3508 | 3508 |
} |
3509 | 3509 |
break; |
3510 | 3510 |
case ControlType.ArcArrow: |
내보내기 Unified diff