Merge branch 'grid-to-back' of git://github.com/henrik242/subsurface

* 'grid-to-back' of git://github.com/henrik242/subsurface:
  Move depth/time grid back
This commit is contained in:
Linus Torvalds 2011-12-06 10:58:06 -08:00
commit ce6c3ee56d

View file

@ -1382,13 +1382,13 @@ void plot(struct graphics_context *gc, cairo_rectangle_int_t *drawing_area, stru
gc->maxx = (drawing_area->width - 2*drawing_area->x);
gc->maxy = (drawing_area->height - 2*drawing_area->y);
/* Temperature profile */
plot_temperature_profile(gc, pi);
/* Depth profile */
plot_depth_profile(gc, pi);
plot_events(gc, pi, dive);
/* Temperature profile */
plot_temperature_profile(gc, pi);
/* Cylinder pressure plot */
plot_cylinder_pressure(gc, pi, dive);