Skip to content

Commit

Permalink
Fixed a few graphics bugs and made the automatically generated theme …
Browse files Browse the repository at this point in the history
…gallery nicer.

Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed May 23, 2009
1 parent 15bff97 commit aebbdbe
Show file tree
Hide file tree
Showing 10 changed files with 647 additions and 292 deletions.
5 changes: 5 additions & 0 deletions AppKit/CPApplication.j
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,11 @@ CPRunContinuesResponse = -1002;
_mainMenu = aMenu;
}

- (void)orderFrontColorPanel:(id)aSender
{
[[CPColorPanel sharedColorPanel] orderFront:self];
}

- (void)orderFrontStandardAboutPanel:(id)aSender
{
[self orderFrontStandardAboutPanelWithOptions:nil];
Expand Down
2 changes: 1 addition & 1 deletion AppKit/CPPopUpButton.j
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down");
{
if ([self title] === aTitle)
return;

if ([self pullsDown])
{
var items = [_menu itemArray];
Expand Down
250 changes: 136 additions & 114 deletions AppKit/Themes/Aristo/ThemeDescriptors.j

Large diffs are not rendered by default.

0 comments on commit aebbdbe

Please sign in to comment.