개정판 d62c0439
issue #923: remove undo after selecting item, fixed multi selection logic
Change-Id: Id2a6e63336747aeaf3337218f5e2e3b35fba5dfa
KCOM/Controls/CheckList.xaml.cs | ||
---|---|---|
890 | 890 |
SelectionSet.Instance.UnSelect(menu); |
891 | 891 |
if (menu.PreviewUserMarkupInfoItem != null && menu.PreviewUserMarkupInfoItem.IsPreviewUser == true) |
892 | 892 |
{ |
893 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.RefactoryCommentReact(menu);
|
|
893 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(null, null);
|
|
894 | 894 |
} |
895 | 895 |
else if (menu.gridViewMarkup.SelectedItems.Count == 0 || (menu.gridViewMarkup.SelectedItems.FirstOrDefault() as IKCOM.MarkupInfoItem).UserID != App.ViewInfo.UserID) |
896 | 896 |
{ |
... | ... | |
898 | 898 |
} |
899 | 899 |
else |
900 | 900 |
{ |
901 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.RefactoryCommentReact(menu);
|
|
901 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.SaveEvent(null, null);
|
|
902 | 902 |
} |
903 | 903 |
} |
904 | 904 |
|
내보내기 Unified diff