mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Don't require focus for a copy. Allows copy in view source window.
This commit is contained in:
parent
9b0cf55a2a
commit
5273e8d085
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user