개정판 cbcc1a75
issue #00000 markup 바로가기 페이지 변경시 포커스 안 가는 현상 수정/확대범위 수정
Change-Id: If4d9e7f2a2915f7c491bcd46277800b7f833f3d3
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
152 | 152 |
public string Filename_ { get; set; } |
153 | 153 |
public UndoData multi_UndoData; |
154 | 154 |
public string Symbol_ID = ""; |
155 |
|
|
155 |
public event EventHandler<EventArgs> MarkupLoadComplated; |
|
156 | 156 |
/// <summary> |
157 | 157 |
/// Set to 'true' when the left mouse-button is down. |
158 | 158 |
/// </summary> |
... | ... | |
882 | 882 |
/// </summary> |
883 | 883 |
/// <param name="sender"></param> |
884 | 884 |
/// <param name="e"></param> |
885 |
private async void PageNavigator_PageChanged(object sender, Sample.PageChangeEventArgs e)
|
|
885 |
private void PageNavigator_PageChanged(object sender, Sample.PageChangeEventArgs e) |
|
886 | 886 |
{ |
887 | 887 |
//if (zoomAndPanCanvas.Width.IsNaN()) |
888 | 888 |
//{ |
... | ... | |
998 | 998 |
} |
999 | 999 |
|
1000 | 1000 |
SetCommentPages(cts); |
1001 |
|
|
1002 |
if(MarkupLoadComplated != null) |
|
1003 |
{ |
|
1004 |
MarkupLoadComplated(this, new EventArgs()); |
|
1005 |
} |
|
1001 | 1006 |
} |
1002 | 1007 |
|
1003 | 1008 |
public void SetCommentPages(CancellationToken? cts) |
내보내기 Unified diff