Forgot to check in a }

This commit is contained in:
Joseph Lenox 2018-05-12 19:21:22 -05:00 committed by Joseph Lenox
parent 471983d63a
commit 8597ec9511

View File

@ -134,6 +134,7 @@ void Plate2D::repaint(wxPaintEvent& e) {
for (const auto& points : obj.instance_thumbnails.back().expolygons) { for (const auto& points : obj.instance_thumbnails.back().expolygons) {
auto poly { this->scaled_points_to_pixel(Polygon(points), true) }; auto poly { this->scaled_points_to_pixel(Polygon(points), true) };
dc->DrawPolygon(poly.size(), poly.data(), 0, 0); dc->DrawPolygon(poly.size(), poly.data(), 0, 0);
}
// TODO draw bounding box if that debug option is turned on. // TODO draw bounding box if that debug option is turned on.
// if sequential printing is enabled and more than one object, draw clearance area // if sequential printing is enabled and more than one object, draw clearance area