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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Feb 26 14:34:20 EST 2010


Author: jef
Date: 2010-02-26 14:34:18 -0500 (Fri, 26 Feb 2010)
New Revision: 12976

Modified:
   trunk/qgis/src/app/qgsidentifyresults.cpp
Log:
fix #2479

Modified: trunk/qgis/src/app/qgsidentifyresults.cpp
===================================================================
--- trunk/qgis/src/app/qgsidentifyresults.cpp	2010-02-25 23:33:32 UTC (rev 12975)
+++ trunk/qgis/src/app/qgsidentifyresults.cpp	2010-02-26 19:34:18 UTC (rev 12976)
@@ -259,7 +259,7 @@
 // Call to show the dialog box.
 void QgsIdentifyResults::show()
 {
-  // Enfore a few things before showing the dialog box
+  // Enforce a few things before showing the dialog box
   lstResults->sortItems( 0, Qt::AscendingOrder );
   expandColumnsToFit();
 
@@ -279,6 +279,7 @@
         // don't show the form dialog instead of the results window
         lstResults->setCurrentItem( featItem );
         featureForm();
+        clear();
         return;
       }
     }



More information about the QGIS-commit mailing list