Re: [patch] fix longest label application

2009-05-25 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Looks good. Thanks, it's in. Jürgen

Re: [patch] fix longest label application

2009-05-25 Thread Jean-Marc Lasgouttes
Le 24 mai 09 à 13:54, Jürgen Spitzmüller a écrit : The patch assures that a change of the "longest label" (LabelWidthString) of a paragraph is applied to all paragraphs of that type in a sequence (e.g., all paragraphs of a list). This is needed since only the LabelWidthString of the first

[patch] fix longest label application

2009-05-24 Thread Jürgen Spitzmüller
The patch assures that a change of the "longest label" (LabelWidthString) of a paragraph is applied to all paragraphs of that type in a sequence (e.g., all paragraphs of a list). This is needed since only the LabelWidthString of the first of these paragraphs is actually used for the output. I'm