https://github.com/justinfrankel/WDL/blob/b84ad4fefacff0226171afc3fcf49b7656809167/WDL/swell/swell-dlg.mm#L2518 To patch this this can be added: ``` - (void)windowDidResize:(NSNotification *)notification { NSWindow *window = notification.object; [window setFrame:[window frame] display:YES]; } ```
WDL/WDL/swell/swell-dlg.mm
Line 2518 in b84ad4f
To patch this this can be added: