Hi,

El sáb, 19-11-2016 a las 21:27 +0100, Fred Kiefer escribió:
[SNIP]
> 
> That said you could try to find out which values setwindowlevel: is
> setting on your machine for tool tips and what would be the correct
> ones. You will need to add your own logging for this.
> 
> Fred

The value of level in line 2989 at XGServerWindow.m is 101. The
parameters are: op = 0, otherwin = -1. I tried changing the level value
to other values, like 0, 2, 4, 6, ... but don't solve the problem.
However if I change the line 2996 to:

else if ( (otherWin == 0 && op == NSWindowAbove) || level == 101 )

The problem is solved. Although I don't have idea why.

Germán


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to