Skip to content

Commit

Permalink
Label buffers not supported for dxf export
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 6, 2014
1 parent c5cc798 commit ced6a30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/dxf/qgsdxfpallabeling.cpp
Expand Up @@ -66,6 +66,12 @@ void QgsDxfPalLabeling::drawLabel( pal::LabelPosition* label, QgsRenderContext&
Q_UNUSED( context );
Q_UNUSED( drawType );
Q_UNUSED( dpiRatio );

if ( drawType == QgsPalLabeling::LabelBuffer )
{
return;
}

//debug: print label infos
if ( mDxfExport )
{
Expand Down

0 comments on commit ced6a30

Please sign in to comment.