Anonymous | Login | 02-27-2021 22:15 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004814 | [Squeak] Kernel | minor | always | 09-09-06 16:32 | 09-30-13 23:14 | ||||
Reporter | Krivanek | View Status | public | ||||||
Assigned To | tim | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.10 | ||||||
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 |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
51 total queries executed. 38 unique queries executed. |