개정판 cb5c7f06
issue #999: fixed codes for save logic
Change-Id: I4d34d82a4b670a1bcb408047cd539f077c2a18f1
KCOM/Controls/Symbol.xaml.cs | ||
---|---|---|
871 | 871 |
SelectionSet.Instance.UnSelect(menu); |
872 | 872 |
if (menu.PreviewUserMarkupInfoItem != null && menu.PreviewUserMarkupInfoItem.IsPreviewUser == true) |
873 | 873 |
{ |
874 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(null, null); |
|
874 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEventCallback(null, null);
|
|
875 | 875 |
} |
876 | 876 |
else if (menu.gridViewMarkup.SelectedItems.Count == 0 || (menu.gridViewMarkup.SelectedItems.FirstOrDefault() as IKCOM.MarkupInfoItem).UserID != App.ViewInfo.UserID) |
877 | 877 |
{ |
... | ... | |
879 | 879 |
} |
880 | 880 |
else |
881 | 881 |
{ |
882 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(null, null); |
|
882 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEventCallback(null, null);
|
|
883 | 883 |
} |
884 | 884 |
} |
885 | 885 |
Application.Current.MainWindow.Focus(); |
내보내기 Unified diff