Open TheBrokenRail opened 4 years ago
The issue here is that, compared to OSX, under Darling an NSTabViewItem
does not have a view assigned after having been created and initialized. The corresponding calls (setWantsLayer
, layer
) therefore have no effect.
Example Code: