On Tue, Aug 30, 2011 at 3:49 PM, Bob English <[email protected]> wrote: > Hi All, > > In a custom PyQgis app I am developing, I open a project file, the layers > get loaded. I add another layer to the project. The map layer registry > count of layers increases by one, but the QgsProject.instance().isDirty() > method still returns False. Am I missing something here??
That sounds like a bug to me. However, trying with master branch I get the correct behavior - after adding a layer the project gets dirty as expected. Martin _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
