[REBOL] Re: [VID][edge] How do I remove 'bevel from edge?
From: atruter:labyrinth:au at: 15-Feb-2004 10:02
Thanks Gabriele,> The line: > > if face/edge [face/edge/effect: pick [ibevel bevel] face/state] > > is the culprit.I've now got it working by this simple addition to the 'init block: feel/redraw: func [face act pos][ face/text: either face/state [face/texts/2] [face/texts/1] ] It never ceases to amaze me just how elegant VID is! ;) Regards, Ashley