[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: [Gzigzag-commits] gzigzag/Java/flob FTextLayouter.java
- To: "Tuomas J. Lukka" <tjl@xxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: [Gzigzag-commits] gzigzag/Java/flob FTextLayouter.java
- From: Benjamin Fallenstein <b.fallenstein@xxxxxx>
- Date: Fri, 17 Nov 2000 14:05:15 +0100
- Cc: zzdev@xxxxxxxxxx
- References: <200011151726.JAA13492@xxxxxxxxxxxxxxxxxxxxxxxx>
"Tuomas J. Lukka" wrote:
> Log Message:
> DO NOT NULLIFY CURSOR COLOR
Temper! :o)
Why not? I think it should be
if(!cursors) cur.bg = null;
if anything, or, if you don't like that flobs are changed after they're
created, the constructor of SplitCellFlob1 should be changed so it's
possible not to show cursor colors -- because I want to be able not to
show them, and all views are valid! :) Hm, there could be a mode to show
the line cursors colored, that would make sense to me. But I don't like
the other. (For example, I want to have a multiline cell view soon. Then
I want the cell background be colored, not the text pieces.)
-b.