[QGIS Commit] r9028 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Aug 7 19:32:14 EDT 2008


Author: gjm
Date: 2008-08-07 19:32:14 -0400 (Thu, 07 Aug 2008)
New Revision: 9028

Modified:
   trunk/qgis/src/app/qgsidentifyresults.cpp
Log:
Fix to allow multiple items in the (Derived) node in the identify
results dialog box (previously one would get multiple (Derived)
nodes).


Modified: trunk/qgis/src/app/qgsidentifyresults.cpp
===================================================================
--- trunk/qgis/src/app/qgsidentifyresults.cpp	2008-08-07 23:15:57 UTC (rev 9027)
+++ trunk/qgis/src/app/qgsidentifyresults.cpp	2008-08-07 23:32:14 UTC (rev 9028)
@@ -198,6 +198,7 @@
     QFont font = daRootNode->font(0);
     font.setItalic(true);
     daRootNode->setFont(0, font);
+    mDerivedAttributeRootNodes[fnode] = daRootNode;
   }
 
   QStringList labels;



More information about the QGIS-commit mailing list