mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 12:41:27 +08:00
Fix for issue #373 apparent with macOS platform and SDK ≤ 10.13
Many thanks to @CendioOssman for finding the cure.
This commit is contained in:
+1
-1
@@ -2303,8 +2303,8 @@ static FLTextInputContext* fltextinputcontext_instance = nil;
|
||||
CGImageRelease(img);
|
||||
}
|
||||
}
|
||||
Fl_Cocoa_Window_Driver::q_release_context();
|
||||
#endif
|
||||
Fl_Cocoa_Window_Driver::q_release_context();
|
||||
if (!through_Fl_X_flush) window->clear_damage();
|
||||
through_drawRect = NO;
|
||||
fl_unlock_function();
|
||||
|
||||
Reference in New Issue
Block a user