프로젝트

일반

사용자정보

개정판 cd988cd8

IDcd988cd8cf01f6600c3226a3d58e60e80b8b14e0
상위 7c694ea3
하위 5ee8c093, 32af2c3b

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

issue #1119: Stamp string 를 가져와서 daelim replace 하는 부분을 묶고, ini 에서 replace 할 name 을 가져오도록 수정. User information 클릭 시 child 가 null 이여서 stamp 가 안보이는 현상 수정.

Change-Id: I520599b1b2740ad94319d96aa8d9ec93fa852162

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
1442 1442
                            break;
1443 1443
                        case ControlType.Stamp:
1444 1444
                            {
1445
                                var control = currentControl as SymControlN;    
1446
                                if(control.STAMP != null)
1445
                                var control = currentControl as SymControlN;
1446
                                if (control != null)
1447 1447
                                {
1448
                                    if (control != null)
1448
                                    if (control.STAMP != null)
1449 1449
                                    {
1450 1450
                                        control.OnCreatingMouseMove(currentCanvasDrawingMouseMovePoint, ViewerDataModel.Instance.checkAxis, ViewerDataModel.Instance.IsPressShift);
1451 1451
                                    }
1452
                                }
1453
                                else
1454
                                {
1455
                                    currentControl = null;
1456
                                    this.cursor = new Cursor(MainWindow.CursorChange().StreamSource);
1457
                                    MessageBox.Show("Approved Stamp 가 등록되어 있지 않습니다. \n관리자에게 문의하세요.", "MARKUS");
1458
                                    //DialogMessage_Alert("aa", "Error");
1459
                                }
1452
                                    else
1453
                                    {
1454
                                        currentControl = null;
1455
                                        this.cursor = new Cursor(MainWindow.CursorChange().StreamSource);
1456
                                        DialogMessage_Alert("Approved Stamp 가 등록되어 있지 않습니다. \n관리자에게 문의하세요.", "안내");
1457
                                    }
1458
                                }                                    
1460 1459
                            }
1461 1460
                            break;
1462 1461
                        case ControlType.Rectangle:
......
3780 3779
                                        {
3781 3780
                                            StartPoint = new Point(canvasDrawingMouseDownPoint.X, canvasDrawingMouseDownPoint.Y),
3782 3781
                                            Background = new SolidColorBrush(Colors.Black),
3783
                                            STAMP = App.SystemInfo.STAMP,
3782
                                            STAMP = App.SystemInfo.STAMP,                                            
3784 3783
                                            ControlType = ControlType.Stamp
3785 3784
                                        };
3786 3785

  

내보내기 Unified diff

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