Skip to content

Commit 47e37f4

Browse files
author
gjm
committed
Fix to allow multiple items in the (Derived) node in the identify
results dialog box (previously one would get multiple (Derived) nodes). git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9028 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 017d100 commit 47e37f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsidentifyresults.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ void QgsIdentifyResults::addDerivedAttribute(QTreeWidgetItem * fnode, QString fi
198198
QFont font = daRootNode->font(0);
199199
font.setItalic(true);
200200
daRootNode->setFont(0, font);
201+
mDerivedAttributeRootNodes[fnode] = daRootNode;
201202
}
202203

203204
QStringList labels;

0 commit comments

Comments
 (0)