B2023-074 - Fixed printing a section title, via the section properties check box, on a two-column step editor section. #471
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "General_Debugging"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
B2023-074
Fixed printing a section title, via the section properties check box, on a two-column step editor section. This is basically general logic clean up. The logic assumed that the only time a section title was printed would be for a single column section and used the defined column width of the steps (design flaw – sections should have their own maximum length instead). To get around this and to avoid having to “fix” all of the formats, I’m just having it use the column width for set for single column step sections.
Works beautifully when tested with version 2.2.2411.2210. No issues found.