mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:30:47 +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
3ed0bfd3d6
commit
8035f2f34c
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>
|
Sat Sep 18 1999 Nicola Pero <n.pero@mi.flashnet.it>
|
||||||
|
|
||||||
* Source/NSFormCell.m ([-initTextCell:]): Follow the doc: init
|
* Source/NSFormCell.m ([-initTextCell:]): Follow the doc: init
|
||||||
|
|
|
@ -1243,12 +1243,6 @@ GSSetDragTypes(NSView* obj, NSArray *types)
|
||||||
DPSsetgstate(ctxt, gstate);
|
DPSsetgstate(ctxt, gstate);
|
||||||
DPSgsave(ctxt);
|
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);
|
GSWViewIsFlipped(ctxt, _rFlags.flipped_view);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue