On Tue, Feb 10, 2004 at 01:53:12AM +0100, Christian Arthaber wrote: > Umm, my mistake I guess. I just did a cat dock-draw.lua >> draw.lua > and since I did that everything works fine. That's expected?
Yes. The last thing to do in a draw.lua file should be call gr_refresh() to make all objects update their brushes. -- Tuomo
