Show "Paste" context menu item even when only constraints are copied.
parent
e0283b2d2e
commit
85cd44df3c
|
@ -614,7 +614,7 @@ void GraphicsWindow::MouseRightUp(double x, double y) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(SS.clipboard.r.n > 0 && LockedInWorkplane()) {
|
if((SS.clipboard.r.n > 0 || SS.clipboard.c.n > 0) && LockedInWorkplane()) {
|
||||||
AddContextMenuItem("Paste", ContextCommand::PASTE);
|
AddContextMenuItem("Paste", ContextCommand::PASTE);
|
||||||
AddContextMenuItem("Paste Transformed...", ContextCommand::PASTE_XFRM);
|
AddContextMenuItem("Paste Transformed...", ContextCommand::PASTE_XFRM);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue