Skip to content

Commit

Permalink
Fl_Quartz_Graphics_Driver::uncache() should also reset mask_.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Nov 10, 2016
1 parent a873e41 commit 2fd5752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx
Expand Up @@ -237,6 +237,7 @@ void Fl_Quartz_Graphics_Driver::uncache(Fl_RGB_Image*, fl_uintptr_t &id_, fl_uin
if (id_) {
CGImageRelease((CGImageRef)id_);
id_ = 0;
mask_ = 0;
}
}

Expand Down

0 comments on commit 2fd5752

Please sign in to comment.