개정판 d62c0439
issue #923: remove undo after selecting item, fixed multi selection logic
Change-Id: Id2a6e63336747aeaf3337218f5e2e3b35fba5dfa
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.RefactoryCommentReact(menu);
|
|
874 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(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.RefactoryCommentReact(menu);
|
|
882 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(null, null);
|
|
883 | 883 |
} |
884 | 884 |
} |
885 | 885 |
Application.Current.MainWindow.Focus(); |
내보내기 Unified diff