13 Oct
2004
13 Oct
'04
3:19 a.m.
On Mon, 2004-10-11 at 06:34, Lucas Vieites wrote:
the font. So far so good. Now use the arrow keys. An outline moves from font to font but there is no display update, presumably because the font is not actually changing. Does it do so in Linux and should it change in Win?
It does so on Linux, and I find in annoying too.
With our font dialog are we talking a design feature?, a bug? or a desired behaviour?
It's the crappy legacy Gtk list/tree widget we're currently using. It has an outline, moved with the cursor keys, which is separate from selection. You have to press space to actually select.
The XML editor uses the same widget; you'll notice that it exhibits the same behavior.
The fix is to use the modern GTK list widget.
-mental