X-Git-Url: http://git.scottworley.com/batteryviewer/blobdiff_plain/ad6194dafdb57ad332f1d29bc505c605dea9bc57..c4ac5226fee4e82bbbfda44b09e01db2eca4578c:/chart.c diff --git a/chart.c b/chart.c index 2d255e0..0ee4840 100644 --- a/chart.c +++ b/chart.c @@ -87,8 +87,8 @@ static gboolean bv_chart_draw(GtkWidget *widget, cairo_t *cr) { GtkAllocation allocation; gtk_widget_get_allocation(widget, &allocation); - draw_axis(priv, cr, &allocation); draw_data(priv, cr, &allocation); + draw_axis(priv, cr, &allocation); return TRUE; }