Corrected 20274.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@25294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2007-06-27 23:33:35 +00:00
parent 0744c2ec58
commit cf01cd1f26
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-06-27 19:25-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormViewEditor.m: Correct bug#20274. Changed call
displayIfNeededInRectIgnoringOpacity: to displayRectIgnoringOpacity:
2007-04-29 17:08-EDT Gregory John Casamento <greg_casamento@yahoo.com>
* English.lproj/GormViewSizeInspector.gorm: Correct bug#19640

View file

@ -1448,7 +1448,7 @@ static BOOL currently_displaying = NO;
{
[[self window] disableFlushWindow];
currently_displaying = YES;
[super displayIfNeededInRectIgnoringOpacity: rect];
[super displayRectIgnoringOpacity: rect];
[self lockFocus];
[self postDraw: rect];
[self unlockFocus];
@ -1458,7 +1458,7 @@ static BOOL currently_displaying = NO;
}
else
{
[super displayIfNeededInRectIgnoringOpacity: rect];
[super displayRectIgnoringOpacity: rect];
[self lockFocus];
[self postDraw: rect];
[self unlockFocus];