Skip to content

one bug in function named "_calculateFinalPositionWithRelativeWidget" #3573

Open
@xiekang

Description

@xiekang

This line :

var cs = locWidget.getContentSize();

should be fixed:

var cs = locWidget.getBoundingBox();

Of course there are some other lines should be fixed in this file (UILayoutManager.js)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions