My application has a NSTableView
configured as a SourceList.
Under the NSTableView
are two NSButton
two add/remove items in the table.
The table and the buttons are embedded in a NSVisualEffectView
(.behindWindow mode).
The result is great and I can see the background through the table and the buttons, BUT, when the app is in background (I give the focus to another app), the tableview and the buttons become black, and the view is not redrawn, as shown in the picture below (taken with an iPhone, because a screenshot does not show the bug!):
And here is the IB structure of the views:
The container view (CustomView) is layer-backed.
Any lead to solve this problem? Thanks in advance !