-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSTableView challenges #18
Comments
Thanks for the feedback! |
I have spent the morning trying to isolate the issue. I made a couple of small projects and could not replicate my problem in simple views and windows, so it seems that the issue manifests itself when the tableview is presented on a Sheet. Do you have any thoughts on that? I have no access to the vibrancy attribute that I can see. |
@rdmeyers , I will make some experiments and will let you know! |
Good news @rdmeyers , I have just been able to reproduce the issue! The theming issue only seems to affect view-based The way to fix this is to make sure any This should help fix your issue! Sample Project: Issue18.zip |
Let me start by saying your ThemeKit is brilliant! You have made it so simple to implement, and yet so flexible. I am hoping that flexibility will accommodate the problem I am having with the NSTableView class (or some child within it). A picture is worth a 1000 words, so here we go:
Is there any way to keep the cells from being themed? The table itself is theming just fine as the dark theme will attest to. It seems that maybe the NSTextFields in the tableview are getting themed and I would like to see those ignored. I have tried the following in various forms and combinations to no avail, even attempting to skip theming the tableview completely:
Any suggestions would be greatly appreciated.
By the way, the default dark theme looks even better on Mohave than High Sierra, etc. :-)
The text was updated successfully, but these errors were encountered: