After a recent update, the top border of the status bar on the main window disappears when the application looses focus.
On 10 Apr 2014, at 19:27, Jacob Carlborg wrote:
After a recent update, the top border of the status bar on the main window disappears when the application looses focus.
It has always faded out a bit (together with the rest of the status bar) when the window does not have focus.
On 11/04/14 03:03, Allan Odgaard wrote:
On 10 Apr 2014, at 19:27, Jacob Carlborg wrote:
After a recent update, the top border of the status bar on the main window disappears when the application looses focus.
It has always faded out a bit (together with the rest of the status bar) when the window does not have focus.
Hmm, now I see. It's when I have TextMate in full screen. Then I select another application on my other screen. The status bar is not faded out like it does when it's not in full screen. But the top border is. Perhaps that's way it's not looking correct.
Please take a look with TextMate in full screen.
On 11 Apr 2014, at 13:04, Jacob Carlborg wrote:
[…] It's when I have TextMate in full screen. Then I select another application on my other screen. The status bar is not faded out like it does when it's not in full screen. But the top border is.
It would appear that Apple’s controls (incl. window background) do not dim when they are in a full screen window. This means only stuff we draw ourself dim causing the clash.
I changed this in https://github.com/textmate/textmate/commit/6e619ad14ca3dfd6a54f4b3034f23986...
On 2014-04-12 06:34, Allan Odgaard wrote:
It would appear that Apple’s controls (incl. window background) do not dim when they are in a full screen window. This means only stuff we draw ourself dim causing the clash.
I changed this in https://github.com/textmate/textmate/commit/6e619ad14ca3dfd6a54f4b3034f23986...
Thanks.