We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 74eff66 commit 81758caCopy full SHA for 81758ca
src/app/qgsidentifyresults.cpp
@@ -259,7 +259,7 @@ void QgsIdentifyResults::editingToggled()
259
// Call to show the dialog box.
260
void QgsIdentifyResults::show()
261
{
262
- // Enfore a few things before showing the dialog box
+ // Enforce a few things before showing the dialog box
263
lstResults->sortItems( 0, Qt::AscendingOrder );
264
expandColumnsToFit();
265
@@ -279,6 +279,7 @@ void QgsIdentifyResults::show()
279
// don't show the form dialog instead of the results window
280
lstResults->setCurrentItem( featItem );
281
featureForm();
282
+ clear();
283
return;
284
}
285
0 commit comments