mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 00:05:53 +08:00
Merge pull request #2681 from robstarling/u/robstar/circular-bedshape-drawing-fix2
Bugfix: correctly draw circular beds in the 2D plater
This commit is contained in:
commit
13885a36ec
@ -77,7 +77,7 @@ sub repaint {
|
||||
|
||||
# draw grid
|
||||
$dc->SetPen($self->{grid_pen});
|
||||
$dc->DrawLine(map @$_, @$_) for @{$self->{grid}};
|
||||
$dc->DrawLines([map $_, @$_]) for @{$self->{grid}};
|
||||
|
||||
# draw bed
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user