From: Richard K. <ric...@us...> - 2005-07-15 20:00:32
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20698 Modified Files: NSAlert.as Log Message: change the background Index: NSAlert.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSAlert.as,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NSAlert.as 15 Jul 2005 12:23:23 -0000 1.1 --- NSAlert.as 15 Jul 2005 20:00:09 -0000 1.2 *************** *** 185,189 **** sheet.display(); var content = sheet.contentView(); ! ASDraw.solidRectWithRect(content.mcBounds(), content.bounds(), 0xffffff); //add it to arg array --- 185,189 ---- sheet.display(); var content = sheet.contentView(); ! ASDraw.solidRectWithRect(content.mcBounds(), content.bounds(), 0xdddddd); //add it to arg array |