Bugfixes for removing view from view and for ordring windos in.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12392 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-03 07:23:10 +00:00
parent af4b9aae11
commit 2e3b8aeadf
3 changed files with 12 additions and 1 deletions

View file

@ -506,6 +506,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
[aSubview setNextResponder: nil];
RETAIN(aSubview);
[_sub_views removeObjectIdenticalTo: aSubview];
[aSubview setNeedsDisplay: NO];
[aSubview viewDidMoveToWindow];
[aSubview viewDidMoveToSuperview];
RELEASE(aSubview);