Navigation Menu

Skip to content

Commit

Permalink
fix #2479
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12976 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 26, 2010
1 parent 36f0add commit 3640e11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgsidentifyresults.cpp
Expand Up @@ -259,7 +259,7 @@ void QgsIdentifyResults::editingToggled()
// 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();

Expand All @@ -279,6 +279,7 @@ void QgsIdentifyResults::show()
// don't show the form dialog instead of the results window
lstResults->setCurrentItem( featItem );
featureForm();
clear();
return;
}
}
Expand Down

0 comments on commit 3640e11

Please sign in to comment.