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:
ramiro 1998-04-09 02:41:49 +00:00
parent 33e6fce94c
commit a98b646759

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;
}