mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: exclude
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
ed0bfa91da
commit
0a46a061ff
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void bitmap_layer_update_proc(BitmapLayer *image, GContext* ctx) {
|
|||
if (!process_manager_compiled_with_legacy2_sdk()) {
|
||||
// Dirty workaround for calculation of offset in graphics_draw_bitmap_in_rect
|
||||
// and preserving state of bitmap alignment in bitmap_layer
|
||||
// The previous behavior is relied on by some 2.x apps, and therefore we exlude
|
||||
// The previous behavior is relied on by some 2.x apps, and therefore we exclude
|
||||
// the fix for apps compiled with older SDKs. See PBL-19136 for details.
|
||||
rect.origin.x -= image->layer.bounds.origin.x;
|
||||
rect.origin.y -= image->layer.bounds.origin.y;
|
||||
|
|
Loading…
Add table
Reference in a new issue