mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 20:30:46 +08:00
be more specific about what is getting used.
This commit is contained in:
parent
d1bc99f514
commit
e37ce981e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user