Skip to content

Add ComMod compatibility #116

Description

@Garrakx

Change:

OpLabelLong labelDesc = new OpLabelLong(descLabelPos, descripLabelSize, "", true, FLabelAlignment.Left)
{
   text = pack.description,
   verticalAlignment = OpLabel.LabelVAlignment.Top,
   allowOverflow = false
};

to:

OpLabelLong labelDesc = new OpLabelLong(descLabelPos, descripLabelSize, pack.description, true, FLabelAlignment.Left)
{
   verticalAlignment = OpLabel.LabelVAlignment.Top,
   allowOverflow = false
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions