Files
textmate/Frameworks/OakAppKit
Allan Odgaard a50846ba6c Don’t let our NSCell superclass know about our image
When linking with the 10.10 SDK our cell was misbehaving, showing either no image or only the image. The explanation might be NSCell’s setImage: implementation which is documented as: “If the receiver is not an image-type cell, the method converts it to that type of cell.”.
2014-09-01 17:37:10 +02:00
..