Skip to content

Changing event color crash #392

@voodoo-rocks

Description

@voodoo-rocks

Changing event default color doesn't have any visible effect.
Changing event selection crashes here

  • (void)setEventSelectionColor:(UIColor *)eventSelectionColor
    {
    self.eventSelectionColor = eventSelectionColor;
    }

It actually changes color and doesn't crash if changed to

  • (void)setEventSelectionColor:(UIColor *)eventSelectionColor
    {
    self.appearance.eventSelectionColor = eventSelectionColor;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions