mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Lock focus fix applied
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4907 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3c4c63592
commit
1e0388751e
2 changed files with 4 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Sep 18 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSView.m: Applied N. Pero's fix for lockFocus.
|
||||
|
||||
Sat Sep 18 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSFormCell.m ([-initTextCell:]): Follow the doc: init
|
||||
|
|
|
@ -1243,12 +1243,6 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
|||
DPSsetgstate(ctxt, gstate);
|
||||
DPSgsave(ctxt);
|
||||
}
|
||||
else
|
||||
{
|
||||
/* This is just temporary so subclasses have a gstate to do
|
||||
composite/disolve operations with */
|
||||
gstate = window_gstate;
|
||||
}
|
||||
}
|
||||
GSWViewIsFlipped(ctxt, _rFlags.flipped_view);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue