bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/26676] wrapping text at char or word boundaries in JTextArea


From: thebohemian at gmx dot net
Subject: [Bug swing/26676] wrapping text at char or word boundaries in JTextArea does not work
Date: 1 Apr 2006 23:01:39 -0000


------- Comment #4 from thebohemian at gmx dot net  2006-04-01 23:01 -------
There were drawing problems for the 2nd and any higher automatically wrapped
lines. These were caused by the WrappedLine instances not properly telling how
much space (especially height) they need. The reason for that is that
insertUpdate() and removeUpdate() did not update the number of physical lines
needed for drawing and a change was not reported to their parent view.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26676





reply via email to

[Prev in Thread] Current Thread [Next in Thread]