Sean P. DeNigris wrote
There must be some sort of guard inside TextModel that no-ops if the string is the same, so changing the text works:
This seems to be true of plain TextMorphs as well. More disturbingly, it seems that LabelMorphs *silently throw away any emphasis that isn't bold or italics* due to the implementation of LogicalFont>>#emphasized:. Argh... On another note, bare TextMorphs adapted for Spec successfully displayed the strikethrough, but I can't for the life of me figure out how to get them #hResizing: #spaceFill! I tried both: newRow: [:row | row newColumn: [ :col | col add: #checkbox ] width: 25; newColumn: [ :col | col add: #textField ] ] height: 35; and without the columns: newRow: [:row | row add: #checkbox width: 25; add: #textField ] height: 35; I've run out of time for this project. Thank you for your help. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Spec-Text-Emphasis-tp4913688p4913834.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.