[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tooltips problem on Gnome 3
From: |
Germán Arias |
Subject: |
Re: Tooltips problem on Gnome 3 |
Date: |
Sun, 27 Nov 2016 00:26:51 -0600 |
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