Skip to content

Commit 81758ca

Browse files
author
jef
committedFeb 26, 2010
fix #2479
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12976 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 74eff66 commit 81758ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/app/qgsidentifyresults.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void QgsIdentifyResults::editingToggled()
259259
// Call to show the dialog box.
260260
void QgsIdentifyResults::show()
261261
{
262-
// Enfore a few things before showing the dialog box
262+
// Enforce a few things before showing the dialog box
263263
lstResults->sortItems( 0, Qt::AscendingOrder );
264264
expandColumnsToFit();
265265

@@ -279,6 +279,7 @@ void QgsIdentifyResults::show()
279279
// don't show the form dialog instead of the results window
280280
lstResults->setCurrentItem( featItem );
281281
featureForm();
282+
clear();
282283
return;
283284
}
284285
}

0 commit comments

Comments
 (0)
Please sign in to comment.