Commit e10a157b authored by Paul Asmuth's avatar Paul Asmuth
Browse files

chart/layout: draw the background to the innner (body) box

parent 69c10fd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ ReturnCode draw(

  /* draw the background */
  if (config->background) {
    const auto& bg_box = layout.content_box;
    const auto& bg_box = body_box;
    FillStyle bg_fill;
    bg_fill.color = *config->background;