mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-23 10:50:42 +00:00
Key view loop enhancements...
- Nested views are now handled recursively as they are in Cocoa. - Added a nested view test in the test app.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
{
|
||||
var field = [CPTextField textFieldWithStringValue:@"" placeholder:@"" width:96];
|
||||
|
||||
[field setFrameOrigin:CGPointMake(43, 135)];
|
||||
[field setFrameOrigin:CGPointMake(20, 120)];
|
||||
[[self contentView] addSubview:field];
|
||||
|
||||
[sender setEnabled:NO];
|
||||
|
||||
Reference in New Issue
Block a user