User more easily understandable names for the radial gradient coordinate parameters in wxGraphicsPenInfo

This commit is contained in:
Robin Dunn
2019-08-26 20:24:07 -07:00
committed by Robin Dunn
parent 78c1c6ca6d
commit 80f24d9e74
7 changed files with 33 additions and 29 deletions

View File

@@ -870,8 +870,8 @@ wxMacCoreGraphicsPenData::wxMacCoreGraphicsPenData( wxGraphicsRenderer* renderer
break;
case wxGRADIENT_RADIAL:
CreateRadialGradientShading(info.GetXO(), info.GetYO(),
info.GetXC(), info.GetYC(),
CreateRadialGradientShading(info.GetStartX(), info.GetStartY(),
info.GetEndX(), info.GetEndY(),
info.GetRadius(),
info.GetStops(),
info.GetMatrix());