개정판 1066bae3
issue #923 Select Control edit
Change-Id: Ic24089c392a187d3635fb1fb006fc9bf758e3d5c
KCOM/Controls/AdornerFinal.xaml.cs | ||
---|---|---|
97 | 97 |
Canvas.SetZIndex(objectData, 84); |
98 | 98 |
try |
99 | 99 |
{ |
100 |
//ViewerDataModel.Instance.MarkupControls_USER.Remove(objectData); |
|
100 | 101 |
this.ContainerContent.Children.Add(objectData); |
101 | 102 |
} |
102 |
catch //(Exception ex)
|
|
103 |
catch (Exception ex) |
|
103 | 104 |
{ |
104 | 105 |
|
105 | 106 |
} |
107 |
|
|
106 | 108 |
SetAdornerMember(objectData as CommentUserInfo); |
107 | 109 |
this.Focus(); |
108 | 110 |
} |
... | ... | |
119 | 121 |
try |
120 | 122 |
{ |
121 | 123 |
Canvas.SetZIndex(item, 80); |
124 |
//ViewerDataModel.Instance.MarkupControls_USER.Remove(item); |
|
122 | 125 |
this.ContainerContent.Children.Add(item); |
123 | 126 |
} |
124 | 127 |
catch //(Exception ex) |
125 | 128 |
{ |
126 | 129 |
|
127 | 130 |
} |
131 |
finally |
|
132 |
{ |
|
133 |
|
|
134 |
} |
|
128 | 135 |
} |
129 | 136 |
SetAdornerMember(objectData); |
130 | 137 |
this.Focus(); |
... | ... | |
1301 | 1308 |
#region 텍스트 |
1302 | 1309 |
if (item.Drawingtype == ControlType.TextControl) |
1303 | 1310 |
{ |
1311 |
//DynamicThumbUpdate(e, item); |
|
1304 | 1312 |
(item.DrawingData as TextControl).Move(e.HorizontalChange, e.VerticalChange); |
1305 | 1313 |
} |
1306 | 1314 |
#endregion |
내보내기 Unified diff