개정판 8898253f
issue #1133: TextControl LineSize, TextSize 수정 시 이벤트 누락.
Change-Id: I1bfd83d31b3f8e3dbc5be2bc6b2fa1cf46af2f3c
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
2312 | 2312 |
if(!((control as TextControl).EnableEditing)) { |
2313 | 2313 |
(control as TextControl).EnableEditing = true; |
2314 | 2314 |
} |
2315 |
|
|
2316 |
if ((control as TextControl).TextStyle == FontStyles.Italic) |
|
2317 |
{ |
|
2318 |
ViewerDataModel.Instance.checkTextStyle = true; |
|
2319 |
} |
|
2320 |
else |
|
2321 |
{ |
|
2322 |
ViewerDataModel.Instance.checkTextStyle = false; |
|
2323 |
} |
|
2324 |
|
|
2325 | 2315 |
if ((control as TextControl).TextStyle == FontStyles.Italic) |
2326 | 2316 |
{ |
2327 | 2317 |
ViewerDataModel.Instance.checkTextStyle = true; |
... | ... | |
2364 | 2354 |
{ |
2365 | 2355 |
ViewerDataModel.Instance.checkTextStyle = false; |
2366 | 2356 |
} |
2367 |
|
|
2368 |
if ((control as ArrowTextControl).TextStyle == FontStyles.Italic) |
|
2369 |
{ |
|
2370 |
ViewerDataModel.Instance.checkTextStyle = true; |
|
2371 |
} |
|
2372 |
else |
|
2373 |
{ |
|
2374 |
ViewerDataModel.Instance.checkTextStyle = false; |
|
2375 |
} |
|
2376 | 2357 |
if ((control as ArrowTextControl).TextWeight == FontWeights.Bold) |
2377 | 2358 |
{ |
2378 | 2359 |
ViewerDataModel.Instance.checkTextWeight = true; |
내보내기 Unified diff