TextLabel: Vertically centered TextLabels take the 'AutoResize' property into account correctly.
[GB.GUI.BASE] * BUG: TextLabel: Vertically centered TextLabels take the 'AutoResize' property into account correctly.
This commit is contained in:
parent
fda74fceaf
commit
0c0256e190
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ Public Sub _UpdateSize()
|
|||
|
||||
'Debug Me.Name; ": "; Me.Font.ToString();; W
|
||||
|
||||
If Align.IsMiddle($iAlign) Then
|
||||
If Align.IsMiddle($iAlign) And If Not $bRichText Then
|
||||
If H < Me.H Then H = Me.H
|
||||
Endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue