mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:36:31 +02:00
cocoa: Implements support for wait cursor
git-svn-id: trunk@48675 -
This commit is contained in:
parent
311e29495a
commit
c49bfcde31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user