Skip to content

Commit

Permalink
one more value changed to macro DOT_RADIUS
Browse files Browse the repository at this point in the history
  • Loading branch information
smartyg committed Aug 17, 2014
1 parent 205891b commit 29f6a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osm-gps-map-widget.c
Expand Up @@ -1197,7 +1197,7 @@ osm_gps_map_print_track (OsmGpsMap *map, OsmGpsMapTrack *track, cairo_t *cr)
if(pt != points)
{
cairo_set_source_rgba (cr, color.red, color.green, color.blue, alpha*0.75);
cairo_arc(cr, (last_x + x)/2.0, (last_y+y)/2.0, 4.0, 0.0, 2*M_PI);
cairo_arc(cr, (last_x + x)/2.0, (last_y+y)/2.0, DOT_RADIUS, 0.0, 2*M_PI);
cairo_stroke(cr);
cairo_set_source_rgba (cr, color.red, color.green, color.blue, alpha);
}
Expand Down

0 comments on commit 29f6a36

Please sign in to comment.