Label color is lost after first line when wrapping

Hi,



when wrapping a Label, color set is lost after initial line





Code used is

[java]dutyDescriptionEl.getRenderer(TextRenderer.class).setLineWrapping(true);

dutyDescriptionEl.getRenderer(TextRenderer.class).setText(DutyManager.getInstance().getDescription(duty.getDutyId()));

dutyDescriptionEl.getRenderer(TextRenderer.class).setColor(colorSel);

dutyDescriptionEl.layoutElements();

dutyDescriptionEl.getParent().layoutElements();

[/java]

Pit

Have verified this as well.

fixed in (Nifty) svn.

thanks for pointing this out.