Show "Paste" context menu item even when only constraints are copied.
This commit is contained in:
parent
478973eb3c
commit
fd255364b3
|
@ -619,7 +619,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", CMNU_PASTE);
|
||||
AddContextMenuItem("Paste Transformed...", CMNU_PASTE_XFRM);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user