개정판 fd19a116
Fix: Conslidate할때 Z정렬이 유지되지 않는 오류 수정
Change-Id: I54e1878e0365f94ede14e366e6e769fe9fd4b4ec
KCOM/MainWindow.xaml.cs | ||
---|---|---|
50 | 50 |
|
51 | 51 |
this.Loaded += MainWindow_Loaded; |
52 | 52 |
this.Unloaded += MainWindow_Unloaded; |
53 |
//this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction); |
|
54 | 53 |
this.Activated += MainWindow_Activated; |
55 | 54 |
} |
56 |
|
|
57 | 55 |
|
58 | 56 |
|
59 | 57 |
private void MainWindow_Activated(object sender, EventArgs e) |
내보내기 Unified diff