Reloads the standard set of cursors.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
reset cursors
# Examples
reset cursors
# Description
Use the reset cursors command to change the set of cursors used by LiveCode without restarting the application.
LiveCode's built-in cursors are used whenever the cursor property has not been set to a custom cursor. If you change the set of built-in cursors, you must either quit and restart the application or use the reset cursors command to begin using the new cursor shapes.
You can force LiveCode to use the system cursors with the following statements:
delete stack "revCursors" reset cursors
>*Warning:* If you use the delete stack command to remove the > "revCursors" stack, LiveCode's cursors are > permanently deleted and you will need to download a new cursors > stack to restore them.
# Tags
ui,
# See
- **property:** cursor - **command:** choose, delete stack, reset paint - **object:** stack - **glossary:** property, application, cursor, download, command