qgsidentifyresults.diff
| src/app/qgsidentifyresults.cpp (working copy) | ||
|---|---|---|
| 454 | 454 | |
| 455 | 455 |
void QgsIdentifyResults::deactivate() |
| 456 | 456 |
{
|
| 457 |
clear(); |
|
| 457 | 458 |
#if 0 |
| 458 | 459 |
foreach( QgsRubberBand *rb, mRubberBands ) |
| 459 | 460 |
{
|