Opened 12 years ago
Closed 12 years ago
#2220 closed defect (fixed)
MaestroAPI: missing assignment of group parameter
Reported by: | gBecker | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | 2.4.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
In RuntimeMapGroup constructor
RuntimeMapGroup(RuntimeMap map, IMapLayerGroup group)
the assignment of the group property is missing.
Adding
this.Group = group.Group;
on line 71 solves this issue
Attachments (1)
Change History (3)
by , 12 years ago
Attachment: | RuntimeMapGroup.cs.patch added |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed r7388. Thanks for the patch.
Note:
See TracTickets
for help on using tickets.
Patch for nesting groups (#2220)