Add a check omitted in e5259d7a
.
parent
e5259d7a3e
commit
1480f890bd
|
@ -164,6 +164,8 @@ void GraphicsWindow::PasteClipboard(Vector trans, double theta, double scale) {
|
||||||
// For arcs, reflection involves swapping the endpoints, or otherwise
|
// For arcs, reflection involves swapping the endpoints, or otherwise
|
||||||
// the arc gets inverted.
|
// the arc gets inverted.
|
||||||
auto mapPoint = [scale](hEntity he) {
|
auto mapPoint = [scale](hEntity he) {
|
||||||
|
if(he.v == 0) return he;
|
||||||
|
|
||||||
if(scale < 0) {
|
if(scale < 0) {
|
||||||
hRequest hr = he.request();
|
hRequest hr = he.request();
|
||||||
Request *r = SK.GetRequest(hr);
|
Request *r = SK.GetRequest(hr);
|
||||||
|
|
Loading…
Reference in New Issue