개정판 32b8c570
ArcLength 옵션 처리 문제가 있어 잠시 제외
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
2589 | 2589 |
|
2590 | 2590 |
if(currentControl == null) |
2591 | 2591 |
{ |
2592 |
Keyboard.ClearFocus(); |
|
2592 |
//Keyboard.ClearFocus();
|
|
2593 | 2593 |
|
2594 | 2594 |
|
2595 | 2595 |
var text_item_ = ViewerDataModel.Instance.MarkupControls_USER.Where(data => (data as TextControl) != null && (data as TextControl).Base_TextBox.Visibility == Visibility.Visible).FirstOrDefault(); |
내보내기 Unified diff