<p>hi Andy,<br>
IIRC there was a mail about somebody working there to give more control. just looked up, it was endmax. see [1] <br>
ciao</p>
<p>(1) <a href="https://github.com/qgis/Quantum-GIS/commit/318dd7c16ba0686a02f0ae981d5c380d79466d16#src/app/legend/qgsapplegendinterface.cpp">https://github.com/qgis/Quantum-GIS/commit/318dd7c16ba0686a02f0ae981d5c380d79466d16#src/app/legend/qgsapplegendinterface.cpp</a></p>

<p>Marco Bernasocchi (mobile)<br>
<a href="http://opengis.ch">http://opengis.ch</a></p>
<div class="gmail_quote">On Sep 25, 2012 11:06 PM, "Andreas Neumann" <<a href="mailto:a.neumann@carto.net">a.neumann@carto.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
When testing a self-written plugin, I noticed a different behavior between QGIS 1.8 and master.<br>
<br>
I used the following code to move a layer into a certain group which I detected by name:<br>
<br>
here is the code:<br>
<br>
        groups = []<br>
        for group in self.legend.<u></u>groupLayerRelationship():<br>
                groups.append(group[0])<br>
        groupIndex = groups.index(groupName)<br>
        #move new layer to existing group<br>
        self.legend.moveLayer(<u></u>schuelerLayer, groupIndex)<br>
<br>
While this works fine in QGIS 1.8, in QGIS master it is shifted to one group below the correct group. Did some behavior of the groupIndex change?<br>
<br>
Thanks,<br>
Andreas<br>
<br>
-- <br>
--<br>
Andreas Neumann<br>
Böschacherstrasse 10A<br>
8624 Grüt (Gossau ZH)<br>
Switzerland<br>
______________________________<u></u>_________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org" target="_blank">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/qgis-<u></u>developer</a><br>
</blockquote></div>