Skip to content

viewDidEndLiveResize in MMTabBarView causes window to freeze on Mojave when entering full screen window mode. #63

@brendand

Description

@brendand

It seems to have something to do with viewDidEndLiveResize:

    for (MMAttachedTabBarButton *aButton in [self attachedButtons]) {
		[[aButton indicator] startAnimation:self];
	}

	[self _checkWindowFrame];
	[self update:NO];
}

If you comment out [[aButton indicator] startAnimation:self]; then it no longer freezes.

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