mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
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:
parent
0744c2ec58
commit
cf01cd1f26
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue