Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix server labeling tests
This code has been funded by Tuscany Region (Italy) - SITA (CIG: 63526840AE) and commissioned to Gis3W s.a.s.
  • Loading branch information
wonder-sk committed Sep 21, 2015
1 parent a36567a commit d43176a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgspallabeling.cpp
Expand Up @@ -3459,6 +3459,8 @@ void QgsPalLabeling::init( const QgsMapSettings& mapSettings )

void QgsPalLabeling::exit()
{
delete mEngine;
mEngine = new QgsLabelingEngineV2();
}

QgsPalLayerSettings& QgsPalLabeling::layer( const QString& layerName )
Expand Down
Binary file modified tests/testdata/labeling/pal_features_v3.sqlite
Binary file not shown.

0 comments on commit d43176a

Please sign in to comment.