[Identify] Don't clear the identify results on single result

This commit is contained in:
Nathan Woodrow 2014-04-08 23:22:15 +10:00
parent d7375387a7
commit 37cd0219c1

View File

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