Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: layout patch

From: didec:tiscali at: 5-Jul-2004 23:13

Romano already post a correction for this bug in the Tracker (#341) : This is the fix (in layout func) : ;CHANGE ;| 'origin [set pos [pair! | integer!] (origin: pos * 1x1) | none] (where: origin max-off: 0x0) ;WITH | 'origin [set pos [pair! | integer!] (origin: pos * 1x1) | none] (max-off: where: origin) ;END -romano I didn't test it. As you are fighting against this bug, maybe you can ? DideC