개정판 10de973b
방향키 이동으로 이미지위치 이동 수정
Change-Id: Ifd0b90af87451b047f0f777f96d41562b1391bb3
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
2292 | 2292 |
} |
2293 | 2293 |
|
2294 | 2294 |
private void zoomAndPanControl_MouseDown(object sender, MouseButtonEventArgs e) |
2295 |
{
|
|
2295 |
{ |
|
2296 | 2296 |
var set_option = this.ParentOfType<MainWindow>().dzTopMenu.Parent.ChildrenOfType<RadNumericUpDown>().Where(item => item.IsKeyboardFocusWithin).FirstOrDefault(); |
2297 | 2297 |
if (set_option != null && !string.IsNullOrEmpty(set_option.ContentText)) |
2298 | 2298 |
{ |
내보내기 Unified diff