Add missing break

This commit is contained in:
Matthias Kuhn 2018-08-05 16:40:37 +02:00
parent 0d3dd70365
commit 2f829e0253

View File

@ -2077,6 +2077,7 @@ void QgsTextRenderer::drawBackground( QgsRenderContext &context, QgsTextRenderer
component.origin.y() - height / 2.0 + originAdjust ); component.origin.y() - height / 2.0 + originAdjust );
break; break;
} }
break;
} }
case Label: case Label: