Skip to content

Roassal3: Problem with RSForceBasedLayout #611

@labradorpeter

Description

@labradorpeter

When trying RSForceBasedLayout an exception happened.
The initialLayout is RSGridLayout. The method doExecute: asks for 'horizontalGap', but that's nil.
So here is my patch:

"hgap := self horizontalGap.
vgap := self verticalGap."
hgap := 5.
vgap := 5.

Should be done better.

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