Fixed: Scale button height as needed based on text height
--HG-- branch : develop
This commit is contained in:
parent
f4ef386ec9
commit
9aa52bc267
1 changed files with 1 additions and 1 deletions
|
@ -899,7 +899,7 @@ namespace NLGUI
|
||||||
}
|
}
|
||||||
if (!(_SizeRef & 2))
|
if (!(_SizeRef & 2))
|
||||||
{
|
{
|
||||||
_H= _BmpH;
|
_H= max(_BmpH, _ViewText->getH());
|
||||||
}
|
}
|
||||||
|
|
||||||
CViewBase::updateCoords();
|
CViewBase::updateCoords();
|
||||||
|
|
Loading…
Reference in a new issue