Skip to content

[Regression, minor] Visual defect in MacVim preferences #1039

@eirnym

Description

@eirnym

Describe the bug
MacVim preferences tab transition makes labels overlap over themselves for a second

To Reproduce
Detailed steps to reproduce the behavior:

  1. Run vim --clean (doesn't really matter)
  2. Open preferences (Cmd-,)
  3. Switch tabs

you have at least a second to look at this mess

Expected behavior
Transition is fast and smooth, like Safari or Mail, or System Settings (as it was before)

Screenshots
Zrzut ekranu 2020-04-13 o 10 13 45

Environment (please complete the following information):

  • MacVim 163 from GitHub
  • macOS 10.15.4 (19E287)

Additional context
defaults:

$ defaults read org.vim.MacVim | grep 'MM\|SU'
    MMAutosaveColumns = 150;
    MMAutosaveRows = 59;
    MMCurrentPreferencePane = General;
    MMRenderer = 1;
    MMTitlebarAppearsTransparent = 1;
    MMTopLeftPoint = "{1025, 1010}";
    "NSWindow Frame SUUpdateAlert" = "530 487 620 392 0 0 1680 1027 ";
    SUCheckAtStartup = 1;
    SUEnableAutomaticChecks = 1;
    SUHasLaunchedBefore = 1;
    SULastCheckTime = "2020-04-13 08:12:05 +0000";
    SUSendProfileInfo = 0;
    SUUpdateGroupIdentifier = 4120494361;
    SUUpdateRelaunchingMarker = 0;

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