Bug report #5013
Unchecking a group in TOC unchecks all layers in it, but layers are not removed from canvas (and vice versa)
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | |||
Category: | Map Legend | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 14789 |
Description
Subject says it all, tested on master.
In the same way it is possible to check a group and so activate all layers in it, but the layers that were previously not checked are not rendered in the canvas.
History
#1
Updated by Alexander Bruy about 13 years ago
If I understand correctly, this is related to #4762
#2
Updated by Giovanni Manghi about 13 years ago
- File giac.ogv added
Alexander Bruy wrote:
If I understand correctly, this is related to #4762
not is the same, see the attached screencast. If is the same please close this ticket.
#3
Updated by Salvatore Larosa about 13 years ago
I confirm that the issue still persists!
#4
Updated by Marco Hugentobler about 13 years ago
- Assignee set to Marco Hugentobler
This is probably related to the optimizations I did about a month ago (speed up of loading projects).
#5
Updated by Marco Hugentobler about 13 years ago
- Status changed from Open to Closed
Should be fixed in master 9e15906f063a4947324b68c94ff65e1e9c4e05c1. Please test and reopen if not.
#6
Updated by Salvatore Larosa about 13 years ago
Fix ok!
Thanks!
#7
Updated by Giovanni Manghi about 13 years ago
- Resolution set to fixed
Marco Hugentobler wrote:
This is probably related to the optimizations I did about a month ago (speed up of loading projects).
Hi Marco,
can this #5240 also be related?
#8
Updated by Marco Hugentobler about 13 years ago
The project file loading optimization was not working anymore. I suppose commit c0b720805b5f21b4fc8cb108682b8e8a325e4b98 solves it and probably also 5240.