[QGIS Commit] r11624 - trunk/qgis/src/app
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Fri Sep 11 09:46:55 EDT 2009
Author: timlinux
Date: 2009-09-11 09:46:53 -0400 (Fri, 11 Sep 2009)
New Revision: 11624
Modified:
trunk/qgis/src/app/qgsidentifyresults.cpp
Log:
Expand feature attributes by default
Modified: trunk/qgis/src/app/qgsidentifyresults.cpp
===================================================================
--- trunk/qgis/src/app/qgsidentifyresults.cpp 2009-09-11 06:33:30 UTC (rev 11623)
+++ trunk/qgis/src/app/qgsidentifyresults.cpp 2009-09-11 13:46:53 UTC (rev 11624)
@@ -159,6 +159,8 @@
}
item->addChild( featItem );
+ item->setExpanded( true );
+ featItem->setExpanded( true );
}
// Call to show the dialog box.
More information about the QGIS-commit
mailing list