[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in autoredraw NSMatrix ?
From: |
Jan Trembulak |
Subject: |
Bug in autoredraw NSMatrix ? |
Date: |
Fri, 31 Aug 2001 08:58:23 +0100 |
I thing that there is a bug in autoredraw NSMatrix (or NSCell).
When I set value of cell, the matrix (cell) isn't autoredrawed.
For example:
When I set a value of cell with tag 'i':
[[myMatrix cellWithTag: i] setIntValue: 0];
then I must call: [myMatrix setNeedsDisplay: YES];
(In Openstep for Mach invocation of 'setNeedsDisplay' is unneccessary in
this case).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Bug in autoredraw NSMatrix ?,
Jan Trembulak <=