Skip to content

Change Link extraThickness #319

@thiago4455

Description

@thiago4455

Currently the extraThickness passed to ed::Link::Draw is hardcoded. It would be nice to have a setting so that can change. I feel like that 4.5f can bee too much.

else if (flags & Selected)
{
const auto borderColor = Editor->GetColor(StyleColor_SelLinkBorder);
drawList->ChannelsSetCurrent(c_LinkChannel_Selection);
Draw(drawList, borderColor, 4.5f);
}

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