개정판 05009a0e
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