mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-27 12:47:42 +00:00
Remove debugger command in CPPopUpButton that breaks Release builds.
Reviewed by me.
This commit is contained in:
@@ -550,7 +550,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
|
||||
- (void)synchronizeTitleAndSelectedItem
|
||||
{
|
||||
var item = nil;
|
||||
debugger;
|
||||
|
||||
if ([self pullsDown])
|
||||
{
|
||||
var items = [_menu itemArray];
|
||||
|
||||
Reference in New Issue
Block a user