Skip to content

macOS - arranging windows doesn't fire setFrame->WM_SIZE #25

@Youlean

Description

@Youlean

To patch this this can be added:

- (void)windowDidResize:(NSNotification *)notification 
{
    NSWindow *window = notification.object;
    [window setFrame:[window frame] display:YES];
}

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