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.


git-svn-id: svn://10.0.0.236/trunk@127 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ramiro
1998-04-09 02:41:49 +00:00
parent 4d77375663
commit bafa1dd826

View File

@@ -3326,7 +3326,8 @@ xfe_ExecuteCommand(XFE_Frame* frame,
cmd == xfeCmdPaste ||
cmd == xfeCmdDeleteItem ||
cmd == xfeCmdSelectAll ||
cmd == xfeCmdUndo) {
cmd == xfeCmdUndo ||
cmd == xfeCmdSpacebar) {
slow = FALSE;
}