From: Richard K. <ric...@us...> - 2005-07-11 04:23:57
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23614 Modified Files: ASList.as Log Message: update background on refresh Index: ASList.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASList.as,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ASList.as 11 Jul 2005 02:44:27 -0000 1.7 --- ASList.as 11 Jul 2005 04:23:39 -0000 1.8 *************** *** 240,243 **** --- 240,244 ---- public function refresh():Void { m_listView.computeHeight(); + m_listView.setNeedsDisplay(true); } |