mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:17:40 +00:00
Revert last change in NSCursor.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36806 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
34d629e05a
commit
571a79bd47
2 changed files with 7 additions and 7 deletions
|
@ -490,13 +490,9 @@ backgroundColorHint:(NSColor *)bg
|
|||
*/
|
||||
- (void) push
|
||||
{
|
||||
// If this is the current cursor, don't set it again.
|
||||
if (gnustep_gui_current_cursor != self)
|
||||
{
|
||||
[gnustep_gui_cursor_stack addObject: gnustep_gui_current_cursor];
|
||||
[self set];
|
||||
NSDebugLLog(@"NSCursor", @"Cursor push %p", _cid);
|
||||
}
|
||||
[gnustep_gui_cursor_stack addObject: gnustep_gui_current_cursor];
|
||||
[self set];
|
||||
NSDebugLLog(@"NSCursor", @"Cursor push %p", _cid);
|
||||
}
|
||||
|
||||
/**<p>Sets the NSCursor as the current cursor.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue