MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setInternalPixelsHeight

Method setInternalPixelsHeight

src/eepp/ui/uinode.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

updateLayoutMethod · 0.80
updateLayoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected