fix scrollcontainer keep bottom feature
This commit is contained in:
@ -24,6 +24,7 @@ public class LabelConsole : Control {
|
||||
mRealLabel.Modulate = Colors.OrangeRed;
|
||||
break;
|
||||
}
|
||||
this.RectMinSize = new Vector2(0, (mRealLabel.GetLineHeight() + mRealLabel.GetConstant("line_spacing")) * mRealLabel.GetLineCount());
|
||||
}
|
||||
|
||||
private void Proc_Label_ItemRectChanged() {
|
||||
|
Reference in New Issue
Block a user