diff --git a/ChangeLog b/ChangeLog index 536281188..1b95e85a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-01 Riccardo Mottola + + * Source/GSThemePanel: + centerScanRect button to avoid blurring + 2012-02-01 Fred Kiefer * Source/GSThemeInspector.m: Add missing include. @@ -134,6 +139,11 @@ ASSIGNCOPY for the contents. This fixes memory leak of last commit. +2012-01-19 Riccardo Mottola + + *Source/NSCell.m: + Add missing autoreleases. + 2012-01-19 Riccardo Mottola *Source/NSCell.m: diff --git a/Source/GSThemePanel.m b/Source/GSThemePanel.m index e86a72214..5c5fa79ca 100644 --- a/Source/GSThemePanel.m +++ b/Source/GSThemePanel.m @@ -2,7 +2,7 @@ Theme management utility - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008-2012 Free Software Foundation, Inc. Author: Richard Frith-Macdonald Date: 2007-2008 @@ -200,6 +200,7 @@ static GSThemePanel *sharedPanel = nil; frame = [button frame]; frame.origin.x = ([bottomView frame].size.width - frame.size.width) / 2; frame.origin.y = ([bottomView frame].size.height - frame.size.height) / 2; + frame = [bottomView centerScanRect: frame]; [button setFrame: frame]; } else