Top Logo
Banner
Pixen Icon Reptile Icon

projects:


Bug: Difficulty selecting layer rows

Version: r2v2
Status: Completed
Team: Joe Osborn
Creation Date:

description:

In the layer panel, one cannot select a row by clicking on the image thumbnail. Presumably, the NSImageView is not passing on the event. We should probably make a subclass and override mouseDown: or possibly the action method.

Fixed by subclassing NSImageView.



Bottom