mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
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:
parent
64f5ee3f74
commit
9bb69d3fa3
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue