| 144 | } |
| 145 | |
| 146 | void KoPathPoint::removeControlPoint2() |
| 147 | { |
| 148 | d->activeControlPoint2 = false; |
| 149 | d->properties &= ~IsSmooth; |
| 150 | d->properties &= ~IsSymmetric; |
| 151 | if (d->shape) |
| 152 | d->shape->notifyChanged(); |
| 153 | } |
| 154 | |
| 155 | void KoPathPoint::setProperties(PointProperties properties) |
| 156 | { |
no test coverage detected