| Sign In/My Account | View Cart |
| Article: |
Working With Bitmap Images; Document-Based Application Redux | |
| Subject: | Some changes | |
| Date: | 2002-07-14 12:04:04 | |
| From: | blukens | |
|
Response to: Some changes
|
||
|
My solution to the poorly drawn scroll bars was to just change [self setNeedsDisplay: YES]; to [[[self superview] superview] setNeedsDisplay:YES];
|
||