mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
fix #2317
git-svn-id: http://svn.osgeo.org/qgis/trunk@12592 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
173e420820
commit
9a766a7f5d
@ -38,6 +38,7 @@
|
||||
#include <QMouseEvent>
|
||||
#include <QCursor>
|
||||
#include <QPixmap>
|
||||
#include <QStatusBar>
|
||||
|
||||
QgsMapToolIdentify::QgsMapToolIdentify( QgsMapCanvas* canvas )
|
||||
: QgsMapTool( canvas )
|
||||
@ -156,7 +157,7 @@ void QgsMapToolIdentify::canvasReleaseEvent( QMouseEvent * e )
|
||||
{
|
||||
results()->clear();
|
||||
}
|
||||
QMessageBox::information( 0, tr( "Identify results" ), tr( "No features at this position found." ) );
|
||||
QgisApp::instance()->statusBar()->showMessage( tr( "No features at this position found." ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user