> As you can see in the picture, for some reason, the text on the Timeout
> label overlaps the text on the last button, so I think that this might
> be some kind of overflow

Hmmmm. There is a race condition in the FvwmForm module. A button
press can trigger a call to RedrawItem() at the same time
RedrawTimeout() is being invoked (every second) by a signal handler.
(implemented using the alarm() system call.)

Scott.

Reply via email to