Skip to content

Commit 8a761d9

Browse files
author
g_j_m
committedOct 22, 2006

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/gui/qgsmaptoolidentify.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,13 @@ void QgsMapToolIdentify::identifyVectorLayer(QgsVectorLayer* layer, const QgsPoi
390390
}
391391
}
392392
else
393+
{
393394
QApplication::restoreOverrideCursor();
395+
QMessageBox::information(0, tr("No features found"),
396+
tr("<p>No features were found within the search radius. "
397+
"Note that it is currently not possible to use the "
398+
"identify tool on unsaved features.</p>"));
399+
}
394400
}
395401
dataProvider->reset();
396402
}

0 commit comments

Comments
 (0)
Please sign in to comment.