mirror of https://github.com/aseprite/aseprite.git
OSX: Fix image used to start animation before minimize
This commit is contained in:
parent
6c3b4ba805
commit
f5a49ad0df
|
|
@ -143,6 +143,7 @@ static void prepare_window_for_animation(int refresh_view)
|
|||
*(addr + x) |= 0xff000000;
|
||||
addr += pitch;
|
||||
}
|
||||
QDFlushPortBuffer([qd_view qdPort], update_region);
|
||||
UnlockPortBits([qd_view qdPort]);
|
||||
[qd_view unlockFocus];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue