mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
Crash in macOS when switching fullscreen window between displays (#1022)
This commit is contained in:
+1
-1
@@ -2385,7 +2385,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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user