cocoa: Implements support for wait cursor

git-svn-id: trunk@48675 -
This commit is contained in:
sekelsenmat 2015-04-08 06:06:58 +00:00
parent 311e29495a
commit c49bfcde31

View File

@ -156,6 +156,10 @@ var
implementation
// NSCursor doesn't support any wait cursor, so we need to use a non-native one
// Not supporting it at all would result in crashes in Screen.Cursor := crHourGlass;
{$R ../../cursor_hourglass.res}
uses
CocoaCaret,
CocoaThemes;