NSTableView cornerView (again and again)
NSTableView cornerView (again and again)
- Subject: NSTableView cornerView (again and again)
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 3 Sep 2001 16:25:35 +0200
Yet another question/problem with the cornerView in the NSTableView
class.
The default cornerView doesn't draw correctly when I'm issuing a
reloadData message. Is there something to do or is it a bug (read the
bug) in the cornerView drawing method ?
The problem is the following one:
after a reloadData, sometimes the background pattern of the cornerView
is "offseted" to the top. This is the problem that can be faced when you
subclass the NSTableHeaderCell class to create a custom cornerView class.
--
Stephane