git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5262 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
michael 1999-11-22 21:48:03 +00:00
parent 6298c01579
commit f6a85c5407
11 changed files with 670 additions and 450 deletions

View file

@ -93,8 +93,15 @@
{
if (mcell_highlighted != flag)
{
// Save last view drawn to
[self setControlView: controlView];
[controlView lockFocus];
mcell_highlighted = flag;
[self drawInteriorWithFrame: cellFrame inView: controlView];
[controlView unlockFocus];
}
}