We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a68361 commit 7ed94eaCopy full SHA for 7ed94ea
src/gui/qgsannotationitem.cpp
@@ -324,7 +324,6 @@ QgsAnnotationItem::MouseMoveAction QgsAnnotationItem::moveActionForPosition( con
324
325
if ( abs( itemPos.x() ) < cursorSensitivity && abs( itemPos.y() ) < cursorSensitivity ) //move map point if position is close to the origin
326
{
327
- qWarning( "move map position" );
328
return MoveMapPosition;
329
}
330
0 commit comments