Skip to content

Fix toolbarlayout reset layout #73

@ihumphrey

Description

@ihumphrey

Right now, the ToolbarLayout mixin must be at the end of the blend class inheritance:

class MyBlend(LogScaleIntensity, RectROIAction, ..., ToolbarLayout): ...

otherwise, its internal _reset_layout call will discard all the previously init'd widgets in the chain of inheritance.

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