| 1316 | } |
| 1317 | |
| 1318 | void VPathEditor::pushPathEdit( void ) |
| 1319 | { |
| 1320 | // Clear Current Edit Dirty. |
| 1321 | mPathEdit.Dirty = false; |
| 1322 | |
| 1323 | if ( mSelection.Path != NULL ) |
| 1324 | { |
| 1325 | // Store Node Details. |
| 1326 | mPathEdit.Transform = mSelection.Path->getTransform(); |
| 1327 | } |
| 1328 | } |
| 1329 | |
| 1330 | void VPathEditor::popPathEdit( void ) |
| 1331 | { |
nothing calls this directly
no test coverage detected