mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Merge branch 'master' of github.com:280north/cappuccino
This commit is contained in:
@@ -241,7 +241,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
|
||||
/*!
|
||||
@ignore
|
||||
*/
|
||||
- (int)_selectedTag
|
||||
- (int)selectedTag
|
||||
{
|
||||
return [[self selectedItem] tag];
|
||||
}
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
withKeyPath:@"weight"
|
||||
options:nil];
|
||||
|
||||
[self assert:20 equals:[button _selectedTag]];
|
||||
[self assert:20 equals:[button selectedTag]];
|
||||
|
||||
[button selectItemAtIndex:1];
|
||||
// simulate selection by the user (this fails because we don't reverse set the value)
|
||||
|
||||
Reference in New Issue
Block a user