mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Dont change the cursor to a watch when space-ing through a document.
thanks to Darrell Kindred <dkindred@cmu.edu> reviewed by djw@netscape.com.
This commit is contained in:
parent
33e6fce94c
commit
a98b646759
@ -3326,7 +3326,8 @@ xfe_ExecuteCommand(XFE_Frame* frame,
|
||||
cmd == xfeCmdPaste ||
|
||||
cmd == xfeCmdDeleteItem ||
|
||||
cmd == xfeCmdSelectAll ||
|
||||
cmd == xfeCmdUndo) {
|
||||
cmd == xfeCmdUndo ||
|
||||
cmd == xfeCmdSpacebar) {
|
||||
slow = FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user