mirror of
https://github.com/google/pebble.git
synced 2025-04-23 21:17:12 -04:00
spelling: watchbands
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
3bde9c1ab3
commit
7885833fe8
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static void prv_draw_clock_face(GContext *ctx, ClockFace *face) {
|
|||
const GPointPrecise center = prv_get_clock_center_point(face->location, bounds);
|
||||
|
||||
// Draw hands.
|
||||
// TODO: Need to do something about the static GPaths used for watchands. This is very inflexible.
|
||||
// TODO: Need to do something about the static GPaths used for watchbands. This is very inflexible.
|
||||
prv_draw_watch_hand(ctx, &face->hour_hand, center, data->hour_path);
|
||||
prv_draw_watch_hand(ctx, &face->minute_hand, center, data->minute_path);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue