be more specific about what is getting used.

This commit is contained in:
Joseph Lenox 2018-05-07 21:32:20 -05:00 committed by Joseph Lenox
parent d1bc99f514
commit e37ce981e7

View File

@ -64,7 +64,7 @@ void Plate2D::repaint(wxPaintEvent& e) {
dc->SetPen(this->print_center_pen);
dc->SetBrush(this->bed_brush);
auto tmp {scaled_points_to_pixel(this->bed_polygon, true)};
dc->DrawPolygon(this->bed_polygon.points.size(), tmp.data(), 0, 0);
dc->DrawPolygon(tmp.size(), tmp.data(), 0, 0);
}
// draw print center