CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Robert Schuster <[EMAIL PROTECTED]> 06/04/20 08:23:03
Modified files: . : ChangeLog javax/swing/text: WrappedPlainView.java Log message: 2006-04-20 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/text/WrappedPlainView.java: Initialize WrappedLine.numLines with -1. (WrappedPlainView.WrappedLine.getPreferredSpan): Check whether numLines is -1 and reculcalate the value appropriately. (WrappedPlainView.WrappedLine.updateDamage): Set numLines to -1 if allocation area is empty. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.7159&tr2=1.7160&r1=text&r2=text http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/text/WrappedPlainView.java.diff?tr1=1.16&tr2=1.17&r1=text&r2=text