Make GetCenter() in arcs return the center of the arc
Currently GetPosition() calculates the center of the arc
This commit is contained in:
parent
d9485129c8
commit
09ac5e0fdc
|
@ -308,6 +308,8 @@ public:
|
|||
|
||||
virtual wxPoint GetPosition() const override;
|
||||
|
||||
virtual wxPoint GetCenter() const override { return GetPosition(); }
|
||||
|
||||
double GetRadius() const;
|
||||
double GetAngle() const;
|
||||
double GetArcAngleStart() const;
|
||||
|
|
Loading…
Reference in New Issue