프로젝트

일반

사용자정보

개정판 e1b36bc0

IDe1b36bc0efb056d5a5031e446a140716ceb97cd8
상위 d5c34b1d
하위 8118ba81

백흠경이(가) 5달 전에 추가함

Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)

Change-Id: I99a3309acd55799ff7101522feaa035225b80e48

차이점 보기:

MarkupToPDF/Controls/Polygon/PolygonControl.cs
52 52
                this.Paint = item.Paint;
53 53
                this.Memo = item.Memo;
54 54
                this.ZIndex = item.ZIndex;
55
                this.GroupID = item.GroupID;
55 56
            }
56 57
        }
57 58

  
......
666 667
                ctrl.Memo = this.Memo;
667 668

  
668 669
                ctrl.ZIndex = this.ZIndex;
670
                ctrl.GroupID = this.GroupID;
669 671

  
670 672
                return "|DZ|" + JsonSerializerHelper.CompressString((ctrl.JsonSerialize()));
671 673
            }
......
698 700
                    UserID = s.UserID,
699 701
                    Paint = s.PaintState,
700 702
                    Memo = s.Memo,
701
                    ZIndex = s.ZIndex
703
                    ZIndex = s.ZIndex,
704
                    GroupID = s.GroupID
702 705
                };
703 706
            }
704 707
        }

내보내기 Unified diff

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