Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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