프로젝트

일반

사용자정보

개정판 8898253f

ID8898253f0cb938fb28705406423e702859822d5d
상위 31103d2d
하위 1a367fb6, 18e195bc

김동진이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)