diff --git a/ChangeLog b/ChangeLog index 07f791d06..edec73465 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 18 1999 Richard Frith-Macdonald + + * Source/NSView.m: Applied N. Pero's fix for lockFocus. + Sat Sep 18 1999 Nicola Pero * Source/NSFormCell.m ([-initTextCell:]): Follow the doc: init diff --git a/Source/NSView.m b/Source/NSView.m index 85bd18841..9f7fab68e 100644 --- a/Source/NSView.m +++ b/Source/NSView.m @@ -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); }