개정판 077896be
issue #534: Add UnSelect and SelectItemByRect method to SelectionSet
Change-Id: If006b652c6e29b07dab7db68213424a0ac2721dd
KCOM/Controls/CheckList.xaml.cs | ||
---|---|---|
887 | 887 |
if (Common.ViewerDataModel.Instance.MarkupControls_USER.Count > 0 || (Application.Current.MainWindow as MainWindow).dzMainMenu.SelectLayer.Children.Count > 0) |
888 | 888 |
{ |
889 | 889 |
var menu = (Application.Current.MainWindow as MainWindow).dzMainMenu; |
890 |
menu.ReleaseAdorner();
|
|
890 |
SelectionSet.Instance.UnSelect(menu);
|
|
891 | 891 |
if (menu.PreviewUserMarkupInfoItem != null && menu.PreviewUserMarkupInfoItem.IsPreviewUser == true) |
892 | 892 |
{ |
893 | 893 |
(Application.Current.MainWindow as MainWindow).dzTopMenu.RefactoryCommentReact(menu); |
내보내기 Unified diff