| 3469 | } |
| 3470 | |
| 3471 | void TSShapeConstructor::onActionPerformed() |
| 3472 | { |
| 3473 | // Reinit shape if we modify stuff in the shape editor, otherwise delay |
| 3474 | if (!mLoadingShape) |
| 3475 | { |
| 3476 | if (mShape && mShape->needsReinit()) |
| 3477 | { |
| 3478 | mShape->init(); |
| 3479 | } |
| 3480 | } |
| 3481 | } |
no test coverage detected