Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't show label properties dialog for diagrams
  • Loading branch information
nyalldawson committed Apr 9, 2015
1 parent d7eec44 commit 6ccfbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolchangelabelproperties.cpp
Expand Up @@ -33,7 +33,7 @@ void QgsMapToolChangeLabelProperties::canvasPressEvent( QMouseEvent *e )
{
deleteRubberBands();

if ( !labelAtPosition( e, mCurrentLabelPos ) )
if ( !labelAtPosition( e, mCurrentLabelPos ) || mCurrentLabelPos.isDiagram )
{
return;
}
Expand Down

0 comments on commit 6ccfbba

Please sign in to comment.