File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1308,10 +1308,10 @@ int FeaturePart::createCandidates( QList< LabelPosition*>& lPos,
1308
1308
switch ( type )
1309
1309
{
1310
1310
case GEOS_POINT:
1311
- if ( mLF ->layer ()->arrangement () == QgsPalLayerSettings::OverPoint || mLF ->hasFixedQuadrant () )
1312
- createCandidatesOverPoint ( x[0 ], y[0 ], lPos, angle );
1313
- else if ( mLF ->layer ()->arrangement () == QgsPalLayerSettings::OrderedPositionsAroundPoint )
1311
+ if ( mLF ->layer ()->arrangement () == QgsPalLayerSettings::OrderedPositionsAroundPoint )
1314
1312
createCandidatesAtOrderedPositionsOverPoint ( x[0 ], y[0 ], lPos, angle );
1313
+ else if ( mLF ->layer ()->arrangement () == QgsPalLayerSettings::OverPoint || mLF ->hasFixedQuadrant () )
1314
+ createCandidatesOverPoint ( x[0 ], y[0 ], lPos, angle );
1315
1315
else
1316
1316
createCandidatesAroundPoint ( x[0 ], y[0 ], lPos, angle );
1317
1317
break ;
You can’t perform that action at this time.
0 commit comments