mirror of https://github.com/fltk/fltk
Crash in macOS when switching fullscreen window between displays (#1022)
This commit is contained in:
parent
80b496cfe2
commit
9c7a473778
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue