mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-03 17:33:41 +00:00
NSPopUpButton has no public -setSelectedTag, so make it private.
This commit is contained in:
@@ -249,7 +249,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
|
||||
/*!
|
||||
@ignore
|
||||
*/
|
||||
- (void)setSelectedTag:(int)aTag
|
||||
- (void)_setSelectedTag:(int)aTag
|
||||
{
|
||||
[self selectItemWithTag:aTag];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user