개정판 3abe8d4e
issue #00000 자신의 마크업이 없는 경우 GotoMarkup에서 오류발생
Change-Id: Ideebbe7797a790e55dfa96e24fe5a6a528eeb784
KCOM/Common/Converter/ConsolidationBackgroudConverter.cs | ||
---|---|---|
27 | 27 |
else if (value is bool) |
28 | 28 |
{ |
29 | 29 |
if ((bool)value) |
30 |
//return new SolidColorBrush(StringToColorConverter.Parse("#ff74bdfd")); |
|
30 |
//return new SolidColorBrush(StringToColorBrushConverter.Parse("#ff74bdfd"));
|
|
31 | 31 |
return new SolidColorBrush { Color = Colors.Yellow, Opacity = 0.4 }; |
32 | 32 |
else |
33 | 33 |
return new SolidColorBrush(Colors.Transparent); |
내보내기 Unified diff