프로젝트

일반

사용자정보

개정판 05009a0e

ID05009a0eea23a428c21c335a8359b2a1ed8eb2c2
상위 1ba2b03d
하위 81f7c012, da4727fe, b37ef4b3

이지연이(가) 5년 이상 전에 추가함

issue #923: 컨트롤 selecting 수정

Change-Id: I2ca4f50fabda07f65a6a1677604be5135cc1d165

차이점 보기:

MarkupToPDF/Common/CommentUserInfo.cs
18 18

  
19 19
        public string Memo { get; set; }
20 20
        public string MarkupInfoID { get; set; }
21
        //public bool IsMouseOver { get; set; }
21
        public bool IsMouseOver { get; set; }
22 22
        public bool IsNew { get; set; }
23 23
        public string CommentID { get; set; }
24 24
        public string SymbolID { get; set; }
......
42 42

  
43 43
        private void CommentUserInfo_MouseLeave(object sender, System.Windows.Input.MouseEventArgs e)
44 44
        {
45
             //this.IsMouseOver = false;
45
            this.IsMouseOver = false;
46 46
            if (this.StrokeColor != null)
47 47
            {
48 48
                this.StrokeColor = this._TempBorderBrush;
......
52 52

  
53 53
        private void CommentUserInfo_MouseEnter(object sender, System.Windows.Input.MouseEventArgs e)
54 54
        {
55
            //this.IsMouseOver = true;
55
            this.IsMouseOver = true;
56 56
            if (this.StrokeColor != null)
57 57
            {
58 58
                this._TempBorderBrush = this.StrokeColor;

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)