Opened 11 years ago

Closed 11 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)

RuntimeMapGroup.cs.patch (458 bytes ) - added by gBecker 11 years ago.
Patch for nesting groups (#2220)

Download all attachments as: .zip

Change History (3)

by gBecker, 11 years ago

Attachment: RuntimeMapGroup.cs.patch added

Patch for nesting groups (#2220)

comment:1 by gBecker, 11 years ago

Patch attached

comment:2 by jng, 11 years ago

Resolution: fixed
Status: newclosed

Fixed r7388. Thanks for the patch.

Note: See TracTickets for help on using tickets.