mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
fix 6dfedc38
This commit is contained in:
parent
6dfedc38e9
commit
b6111d296e
@ -144,7 +144,7 @@ class RectanglesOvalsDiamondsVariable(QgisAlgorithm):
|
|||||||
if not w or not h or not angle:
|
if not w or not h or not angle:
|
||||||
feedback.pushInfo(QCoreApplication.translate('RectanglesOvalsDiamondsVariable', 'Feature {} has empty '
|
feedback.pushInfo(QCoreApplication.translate('RectanglesOvalsDiamondsVariable', 'Feature {} has empty '
|
||||||
'width, height or angle. '
|
'width, height or angle. '
|
||||||
'Skipping…').format(feat.id())))
|
'Skipping…').format(feat.id()))
|
||||||
continue
|
continue
|
||||||
|
|
||||||
xOffset = w / 2.0
|
xOffset = w / 2.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user