Don't require focus for a copy. Allows copy in view source window.

This commit is contained in:
slamm%netscape.com 1998-09-11 18:58:32 +00:00
parent 9b0cf55a2a
commit 5273e8d085

View File

@ -1645,7 +1645,7 @@ fe_ccp (MWContext *context, XEvent *event, fe_CCP ccp)
}
else
{
if (focus && ccp == fe_Copy) {
if (ccp == fe_Copy) {
fe_OwnSelection(context, time, True);
}
else {