Crash in macOS when switching fullscreen window between displays (#1022)

This commit is contained in:
ManoloFLTK 2024-07-29 08:07:17 +02:00
parent f323257cbc
commit 1699580c38

View File

@ -2402,7 +2402,7 @@ static FLTextInputContext* fltextinputcontext_instance = nil;
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_14
if (views_use_CA && !window->as_gl_window() ) {
[self reset_aux_bitmap];
[self display];
window->redraw();
}
#endif
}