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