From: Tay R. C. <rc...@us...> - 2005-07-26 10:58:05
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26660/actionstep/org/actionstep Modified Files: NSAlert.as Log Message: added newline after import NSRect and changed alert view to white Index: NSAlert.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSAlert.as,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** NSAlert.as 24 Jul 2005 00:13:13 -0000 1.5 --- NSAlert.as 26 Jul 2005 10:57:57 -0000 1.6 *************** *** 189,193 **** m_sheet.display(); var content = m_sheet.contentView(); ! ASDraw.solidRectWithRect(content.mcBounds(), content.bounds(), 0xdddddd); //add it to arg array --- 189,193 ---- m_sheet.display(); var content = m_sheet.contentView(); ! ASDraw.solidRectWithRect(content.mcBounds(), content.bounds(), 0xFFFFFF); //add it to arg array |