개정판 1edefbdf
- 최초 썸네일이 최상단으로 안가는 현상 수정
- numpad 4~8 페이지 이동 제거
-
Change-Id: Id881ce934f2bc0d1b80b6e9c993fd3e9315d49b3
KCOM/App.xaml.cs | ||
---|---|---|
276 | 276 |
|
277 | 277 |
await SplashScreenAsnyc(); |
278 | 278 |
base.OnStartup(e); |
279 |
|
|
280 |
System.Windows.Input.Keyboard.AddKeyDownHandler(this.MainWindow, KeyDownEvent); |
|
279 |
System.Windows.Input.Keyboard.AddPreviewKeyDownHandler(this.MainWindow, KeyDownEvent); |
|
280 |
//System.Windows.Input.Keyboard.AddKeyDownHandler(this.MainWindow, KeyDownEvent);
|
|
281 | 281 |
} |
282 | 282 |
catch (Exception ex) |
283 | 283 |
{ |
내보내기 Unified diff