| 1357 | //----------------------------------------------------------------------------- |
| 1358 | |
| 1359 | void GuiControl::setHeight( S32 newHeight ) |
| 1360 | { |
| 1361 | resize( mBounds.point, Point2I( mBounds.extent.x, newHeight ) ); |
| 1362 | } |
| 1363 | |
| 1364 | //----------------------------------------------------------------------------- |
| 1365 |
no test coverage detected