Mantis - Squeak
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4814 | Kernel | minor | always | 09-09-06 16:32 | 09-30-13 23:14 |
|
|||||
Reporter: | Krivanek | Platform: | |||
Assigned To: | tim | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.10 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.4 | ||
|
|||||
Summary: | 0004814: [KernelImageOverride] MultiCompositionScanner setFont | ||||
Description: |
MultiCompositionScanner >> setFont original: setFont super setFont. breakAtSpace _ false. wantsColumnBreaks == true ifTrue: [ stopConditions _ stopConditions copy. stopConditions at: TextComposer characterForColumnBreak asciiValue + 1 put: #columnBreak. ]. override: setFont super setFont. breakAtSpace := false. wantsColumnBreaks == true ifTrue: [ stopConditions := stopConditions copy. stopConditions at: 12 + 1 put: #columnBreak. ]. dependent classes are not present in KI so fixed numbers were used |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|