Skip to content

Commit

Permalink
[Identify] Don't clear the identify results on single result
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Apr 21, 2014
1 parent d737538 commit 37cd021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/qgsidentifyresultsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ void QgsIdentifyResultsDialog::show()
// don't show the form dialog instead of the results window
lstResults->setCurrentItem( featItem );
featureForm();
clear();
return;
}
}
Expand Down

0 comments on commit 37cd021

Please sign in to comment.