EasyTabs
EasyTabs copied to clipboard
Aero Peek not well in Windows 10
Hi,
With AeroPeekEnabled set to true there's a display problem on Win 10 when peeking, there's hour glass and blankness.
Since AeroPeekEnabled set to false works with any luck it's something minor but where?
Edit: Same problem in Windows 8.1 it looks like.
Cheers!
finally decided to dig deep today, what i've found is in TitleBarTabs.cs look for both preview.PeekOffset = new Vector(Padding.Left, Padding.Top - 1); and change them to preview.PeekOffset = new Vector(Padding.Left, Padding.Top); so it was only when maximized, TabRenderer.TabHeight == SystemInformation.CaptionHeight AFAIK the - 1 is not needed, correct me if i'm wrong. Thanks!
I'll be working on improving AeroPeek support for the 2.1 release.