MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / set_max_height

Method set_max_height

src/RichText/TextBox.cpp:926–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

924}
925
926void TextBox::set_max_height(float newMaxHeight) {
927 if(maxHeight != newMaxHeight) {
928 maxHeight = newMaxHeight;
929 needsRebuild = true;
930 }
931}
932
933void TextBox::set_ellipsis(bool newEllipsis) {
934 if(ellipsis != newEllipsis) {

Callers 1

layoutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected