프로젝트

일반

사용자정보

개정판 cbaa3c91

IDcbaa3c91efbde8b285eed74326cb098970e65356
상위 264c9309
하위 79c097b9

이지연이(가) 5년 이상 전에 추가함

issue #000: approved stamp 값이 없을 경우 message.show

Change-Id: I3a0a8991de3768a2e71fa7390a3578440e46c13d

차이점 보기:

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

내보내기 Unified diff

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