mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Call GSWSetViewIsFlipped instead of GSWViewIsFlipped.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c37687a6f4
commit
e225933b16
1 changed files with 1 additions and 1 deletions
|
@ -1385,7 +1385,7 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
DPSgsave(ctxt);
|
||||
}
|
||||
}
|
||||
GSWViewIsFlipped(ctxt, _rFlags.flipped_view);
|
||||
GSWSetViewIsFlipped(ctxt, _rFlags.flipped_view);
|
||||
}
|
||||
|
||||
- (void) unlockFocusNeedsFlush: (BOOL)flush
|
||||
|
|
Loading…
Reference in a new issue