• 用户头像

    keefo

    NSTableView and mouseUp. When you subclassing NSTableView you will never receive mouseUp event, because NSTableView implements custom event handling loop inside. Override mouseDown and recode with your own event handling. Everything works again!
    展开全文
    原微博