mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 20:50:48 +00:00
minor coordinate fix for flushing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1737a99328
commit
0ce90c0a6e
1 changed files with 1 additions and 0 deletions
|
@ -2289,6 +2289,7 @@ static NSRect convert_rect_using_matrices(NSRect aRect, NSAffineTransform *matri
|
||||||
NSRect rect;
|
NSRect rect;
|
||||||
struct NSWindow_struct *window_t;
|
struct NSWindow_struct *window_t;
|
||||||
|
|
||||||
|
aRect = [self convertRect: aRect toView: nil];
|
||||||
window_t = (struct NSWindow_struct *)_window;
|
window_t = (struct NSWindow_struct *)_window;
|
||||||
rect = [[window_t->_rectsBeingDrawn lastObject] rectValue];
|
rect = [[window_t->_rectsBeingDrawn lastObject] rectValue];
|
||||||
return NSIntersectsRect(rect, aRect);
|
return NSIntersectsRect(rect, aRect);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue