Paste no longer allows Email base to not be the first base
This commit is contained in:
parent
0ebac16d67
commit
7c498afaf9
|
@ -232,7 +232,7 @@ Begin
|
|||
|
||||
HasCopy := True;
|
||||
End;
|
||||
'P' : If HasCopy Then Begin
|
||||
'P' : If HasCopy And (List.Picked > 1) Then Begin
|
||||
MBaseFile.RecordInsert (List.Picked);
|
||||
MBaseFile.Write (Copied);
|
||||
|
||||
|
|
Loading…
Reference in New Issue