개정판 f87a00b1
issue #534: 비활성화된 Comment 선택되는 문제 수정(selecting, ctr + A)
Change-Id: Ibf0efd73268b24fb29887327605fc45599061e89
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
2990 | 2990 |
Boolean Flag = false; |
2991 | 2991 |
dragRect.Inflate(width / 10, height / 10); |
2992 | 2992 |
List<MarkupToPDF.Common.CommentUserInfo> adornerSet = new List<MarkupToPDF.Common.CommentUserInfo>(); |
2993 |
var Items = ViewerDataModel.Instance.MarkupControls_USER.ToList(); |
|
2993 |
var Items = ViewerDataModel.Instance.MarkupControls_USER.Where(d => d.Visibility != Visibility.Hidden).ToList();
|
|
2994 | 2994 |
|
2995 | 2995 |
dragRect = new Rect(x, y, width, height); |
2996 | 2996 |
dragRect.Inflate(width / 10, height / 10); |
내보내기 Unified diff