mirror of https://github.com/fltk/fltk
Fl_Quartz_Graphics_Driver::uncache() should also reset mask_.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
a873e414bd
commit
2fd5752b89
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue