From: Scott H. <sco...@us...> - 2005-07-20 13:58:52
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32584/src/org/actionstep/test Modified Files: ASTestMatrix.as Log Message: made it easier to see selection Index: ASTestMatrix.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/test/ASTestMatrix.as,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ASTestMatrix.as 20 Jul 2005 08:29:20 -0000 1.10 --- ASTestMatrix.as 20 Jul 2005 13:58:38 -0000 1.11 *************** *** 80,85 **** cell, 3, 4); ! matrix.setBackgroundColor(new NSColor(0xFF0000)); ! matrix.setCellBackgroundColor(new NSColor(0x990000)); matrix.setIntercellSpacing(new NSSize(3, 3)); view.addSubview(matrix); --- 80,85 ---- cell, 3, 4); ! matrix.setBackgroundColor(new NSColor(0x000099)); ! matrix.setCellBackgroundColor(new NSColor(0xFFFFFF)); matrix.setIntercellSpacing(new NSSize(3, 3)); view.addSubview(matrix); |