Skip to content

Commit

Permalink
Expand feature attributes by default
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11624 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Sep 11, 2009
1 parent 2967013 commit e919f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsidentifyresults.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e919f24

Please sign in to comment.