| 1336 | //----------------------------------------------------------------------------- |
| 1337 | |
| 1338 | void GuiControl::setLeft( S32 newLeft ) |
| 1339 | { |
| 1340 | resize( Point2I( newLeft, mBounds.point.y), mBounds.extent ); |
| 1341 | } |
| 1342 | |
| 1343 | //----------------------------------------------------------------------------- |
| 1344 |
no test coverage detected