Eliminate type drop menu (no longer relevant)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ static void right_triangle_layer_update_proc(Layer *layer, GContext *ctx) {
|
||||
|
||||
// circle theta angle
|
||||
graphics_context_set_stroke_color(ctx, GColorRed);
|
||||
graphics_draw_circle(ctx, GPoint(tri->theta_angle_is_left ? start_x : end_x, base_y), 3);
|
||||
graphics_draw_circle(ctx, GPoint(tri->theta_angle_is_left ? start_x : end_x, base_y), 4);
|
||||
}
|
||||
|
||||
RightTriangleLayer *right_triangle_layer_create(GRect frame, GColor color) {
|
||||
|
||||
Reference in New Issue
Block a user