From: Tay R. C. <rc...@us...> - 2005-07-26 11:34:33
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1230/actionstep/org/actionstep Modified Files: NSAlert.as Log Message: removed filling of view Index: NSAlert.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/NSAlert.as,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** NSAlert.as 26 Jul 2005 10:57:57 -0000 1.6 --- NSAlert.as 26 Jul 2005 11:34:21 -0000 1.7 *************** *** 36,41 **** import org.actionstep.NSApplication; import org.actionstep.NSRect; ! import org.actionstep.ASAlertPanel; import org.actionstep.ASDraw; ! import org.actionstep.constants.NSAlertStyle; import org.actionstep.constants.NSAlertReturn; --- 36,40 ---- import org.actionstep.NSApplication; import org.actionstep.NSRect; ! import org.actionstep.ASAlertPanel; import org.actionstep.constants.NSAlertStyle; import org.actionstep.constants.NSAlertReturn; *************** *** 188,193 **** window.resignKeyWindow(); m_sheet.display(); - var content = m_sheet.contentView(); - ASDraw.solidRectWithRect(content.mcBounds(), content.bounds(), 0xFFFFFF); //add it to arg array --- 187,190 ---- |