File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Microsoft.Toolkit.Uwp.UI.Controls/InfiniteCanvas/Controls Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -35,22 +35,6 @@ protected override void OnApplyTemplate()
35
35
_editZone . TextChanged -= EditZone_TextChanged ;
36
36
_editZone . TextChanged += EditZone_TextChanged ;
37
37
_editZone . FontSize = FontSize ;
38
- _editZone . SelectionHighlightColorWhenNotFocused . Color = Color . FromArgb (
39
- 1 ,
40
- _editZone . SelectionHighlightColor . Color . R ,
41
- _editZone . SelectionHighlightColor . Color . G ,
42
- _editZone . SelectionHighlightColor . Color . B ) ;
43
- _editZone . SelectionHighlightColorWhenNotFocused . Opacity = .1 ;
44
-
45
- _editZone . SelectionHighlightColor . Color =
46
- Color . FromArgb (
47
- 1 ,
48
- _editZone . SelectionHighlightColor . Color . R ,
49
- _editZone . SelectionHighlightColor . Color . G ,
50
- _editZone . SelectionHighlightColor . Color . B ) ;
51
-
52
- _editZone . SelectionHighlightColor . Opacity = .1 ;
53
-
54
38
base . OnApplyTemplate ( ) ;
55
39
}
56
40
You can’t perform that action at this time.
0 commit comments