프로젝트

일반

사용자정보

개정판 f73f60a5

IDf73f60a5810264ae6be847e4ec2678a2ef9aaa80
상위 ec7a081f
하위 d49f2dde

함의성이(가) 약 3년 전에 추가함

add default drawing size

Change-Id: Idb414ac3c4b78e5dd77cba3744480d855f7bd994

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.cs
44 44
            dApplication = null;
45 45
            try
46 46
            {
47
                textEditDrawingX.EditValue = Settings.Default.DrawingX;
48
                textEditDrawingY.EditValue = Settings.Default.DrawingY;
47
                if (Settings.Default.DrawingX == 0)
48
                {
49
                    textEditDrawingX.EditValue = 0.866501770913601;
50
                }
51
                else
52
                {
53
                    textEditDrawingX.EditValue = Settings.Default.DrawingX;
54
                }
55
                if (Settings.Default.DrawingY == 0)
56
                {
57
                    textEditDrawingY.EditValue = 0.665463201701641;
58
                }
59
                else
60
                {
61
                    textEditDrawingY.EditValue = Settings.Default.DrawingY;
62
                }
49 63

  
50 64
                Project_Info _ProjectInfo = Project_Info.GetInstance();
51 65
                _ProjectInfo.DefaultPath = Settings.Default.ProjectPath;

내보내기 Unified diff