Skip to content

Commit

Permalink
Add useful cast
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13106 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Nov 1, 2018
1 parent 3a2439e commit 6a201d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fl_cocoa.mm
Expand Up @@ -4458,7 +4458,7 @@ static void nsbitmapProviderReleaseData (void *info, const void *data, size_t si
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_8
if (views_use_CA) {
Fl_Cocoa_Window_Driver::q_release_context();
[[fl_window contentView] viewFrameDidChange];
[(FLView*)[fl_window contentView] viewFrameDidChange];
}
#endif
[ctxt update]; // supports window resizing
Expand Down

0 comments on commit 6a201d7

Please sign in to comment.