mirror of
https://github.com/google/pebble.git
synced 2026-02-10 07:27:18 -05:00
spelling: watchbands
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user