Merge with latest changes from main branch

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2012-10-25 19:30:39 +00:00
parent c1f5f72359
commit 1299ede1d7
6 changed files with 108 additions and 148 deletions

View file

@ -417,6 +417,7 @@ static GSDragView *sharedDragView = nil;
- (void) _clearupWindow
{
[_window setFrame: NSZeroRect display: NO];
[_window orderOut: nil];
}