Set the default pointer, not the busy pointer, after completing a redraw

This commit is contained in:
Chris Young 2013-01-06 11:42:19 +00:00
parent 4011cc8671
commit a6c6d476e2
1 changed files with 1 additions and 1 deletions

View File

@ -1286,6 +1286,6 @@ void ami_tree_redraw_request(int x, int y, int width, int height, void *data)
}
}
ami_update_pointer(twin->win, GUI_POINTER_WAIT);
ami_update_pointer(twin->win, GUI_POINTER_DEFAULT);
glob = &browserglob;
}