Skip to content

Commit

Permalink
Fix to allow multiple items in the (Derived) node in the identify
Browse files Browse the repository at this point in the history
results dialog box (previously one would get multiple (Derived)
nodes).


git-svn-id: http://svn.osgeo.org/qgis/trunk@9028 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gjm committed Aug 7, 2008
1 parent f0193ae commit e337c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsidentifyresults.cpp
Expand Up @@ -198,6 +198,7 @@ void QgsIdentifyResults::addDerivedAttribute(QTreeWidgetItem * fnode, QString fi
QFont font = daRootNode->font(0);
font.setItalic(true);
daRootNode->setFont(0, font);
mDerivedAttributeRootNodes[fnode] = daRootNode;
}

QStringList labels;
Expand Down

0 comments on commit e337c90

Please sign in to comment.