Seems that this was caused by the change from��RubShoutStylerDecorator>>style: from��Rubric-AlainPlantec.252 to remove the check for text size and always style in a background process.
style: aText
aText size < self minTextSizeForStylingInBackground
ifTrue: [ ^ self styler style: aText ].
self styler styleInBackgroundProcess: aText
--
style: aText
self styler styleInBackgroundProcess: aText
However that was done to fix
issue 15930��and it was like that for some time before.
Did anything changed in the system, maybe related to scheduling processes?
Cheers,
Andrei