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:
@@ -3326,7 +3326,8 @@ xfe_ExecuteCommand(XFE_Frame* frame,
|
||||
cmd == xfeCmdPaste ||
|
||||
cmd == xfeCmdDeleteItem ||
|
||||
cmd == xfeCmdSelectAll ||
|
||||
cmd == xfeCmdUndo) {
|
||||
cmd == xfeCmdUndo ||
|
||||
cmd == xfeCmdSpacebar) {
|
||||
slow = FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user