Skip to content
Permalink
Browse files
Expand feature attributes by default
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11624 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 11, 2009
1 parent b2249cc commit aeac24a
Showing 1 changed file with 2 additions and 0 deletions.
@@ -159,6 +159,8 @@ void QgsIdentifyResults::addFeature( QgsMapLayer *layer, int fid,
}

item->addChild( featItem );
item->setExpanded( true );
featItem->setExpanded( true );
}

// Call to show the dialog box.

0 comments on commit aeac24a

Please sign in to comment.