ObjectVision / GeoDMS

Source code for the GeoDMS software
https://www.geodms.nl/
Other
7 stars 1 forks source link

Show statistics of disabled mapview layer allowed but does nothing #698

Closed jipclaassens closed 6 months ago

jipclaassens commented 6 months ago

If you select 'show statistics' from context menu of a disabled layer, nothing happens. Activating the layer and ask to show statistics again does work.

image

MaartenHilferink commented 6 months ago

Relevant code (and similar in DataItemColumn):

image

The execution of a RequiestClientDms only forwards the command to active layer controls; I'll register a related member function that doesn't have that restriction.