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:
Germán Arias 2013-07-03 00:05:31 +00:00
parent 34d629e05a
commit 571a79bd47
2 changed files with 7 additions and 7 deletions

View file

@ -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>