| 223 | } |
| 224 | |
| 225 | void UINode::setInternalPixelsHeight( const Float& height ) { |
| 226 | setInternalPixelsSize( Sizef( mSize.x, height ) ); |
| 227 | } |
| 228 | |
| 229 | void UINode::setMinSize( const Sizef& size ) { |
| 230 | if ( size != mMinSize ) { |
no outgoing calls
no test coverage detected