git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5490 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 16:19:09 +00:00
parent 2584043a3f
commit 324e207d8e

View file

@ -496,7 +496,8 @@
NSImage *aImage;
// Save last view drawn to
[self setControlView: view];
if (_control_view != view)
_control_view = view;
[view lockFocus];