Skip to content

Commit 2cef07a

Browse files
committed
MWGIS-237; fix label position cache
1 parent edd29db commit 2cef07a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/COM classes/Shape.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ void CShape::get_LabelPosition(tkLabelPositioning method, double& x, double& y,
20832083
if (method == labelPositioning && orientation == labelOrientation)
20842084
{
20852085
x = labelX;
2086-
y = labelX;
2086+
y = labelY;
20872087
rotation = labelRotation;
20882088
return;
20892089
}

0 commit comments

Comments
 (0)