| 208 | } |
| 209 | |
| 210 | void wxShapeEvtHandler::OnEndDragRight(double x, double y, int keys, int attachment) |
| 211 | { |
| 212 | if (m_previousHandler) |
| 213 | m_previousHandler->OnEndDragRight(x, y, keys, attachment); |
| 214 | } |
| 215 | |
| 216 | // Control points ('handles') redirect control to the actual shape, to make it easier |
| 217 | // to override sizing behaviour. |