Skip to content

Commit 6ccfbba

Browse files
committedApr 9, 2015
Don't show label properties dialog for diagrams
1 parent d7eec44 commit 6ccfbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptoolchangelabelproperties.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void QgsMapToolChangeLabelProperties::canvasPressEvent( QMouseEvent *e )
3333
{
3434
deleteRubberBands();
3535

36-
if ( !labelAtPosition( e, mCurrentLabelPos ) )
36+
if ( !labelAtPosition( e, mCurrentLabelPos ) || mCurrentLabelPos.isDiagram )
3737
{
3838
return;
3939
}

0 commit comments

Comments
 (0)
Please sign in to comment.