From 01db1720103886648b9ca05c3a677646bfcb8bfd Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 8 Feb 2022 07:16:14 +0100 Subject: =?UTF-8?q?Fix=20for=20issue=20#373=20apparent=20with=20macOS=20pl?= =?UTF-8?q?atform=20and=20SDK=20=E2=89=A4=2010.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Many thanks to @CendioOssman for finding the cure. --- src/Fl_cocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_cocoa.mm b/src/Fl_cocoa.mm index 4518ba8bf..01bfc52a0 100644 --- a/src/Fl_cocoa.mm +++ b/src/Fl_cocoa.mm @@ -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(); -- cgit v1.2.3