Fix level of dragged image

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15972 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2003-02-16 06:23:43 +00:00
parent 64f5ee3f74
commit 9bb69d3fa3
2 changed files with 6 additions and 0 deletions

View file

@ -1262,6 +1262,7 @@ static XGDragView *sharedDragView = nil;
/* Temporarily make this False? we don't handle it correctly (fedor) */
winattrs.override_redirect = False;
XChangeWindowAttributes (XDPY, window->ident, valuemask, &winattrs);
[self setLevel: NSPopUpMenuWindowLevel];
}
@end