picoe / Eto

Cross platform GUI framework for desktop and mobile applications in .NET
Other
3.53k stars 318 forks source link

Mac: Fix Tree/GridView header tooltips when setting the background color #2580

Closed cwensley closed 8 months ago

cwensley commented 8 months ago

When setting a non-tinted background color of the GridView/TreeGridView it would disable the tooltips. Instead of the previous hack where we had to draw the separators manually, we now use a different but still hacky mechanism by inserting a view in the NSClipView used for the header.