C2024-007: Proms form font combo box debug mode displayed by command line arg in debug mode #298
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "GenWork"
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?
C2024-007: Proms form’s Font selection combo box visible from program switch when running in debug mode. Selection of the bottom right corner of the Proms form was difficult when in debug mode, instead of allowing to change the form size, the font combo box would expand. Since the font selection isn’t used often, it was decided to add this combo box on the form only if the /FontMenu command line argument is used when running in debug mode. Note that a small blank label replaces the font combo box if the combo box is not displayed, this was done so that the mouse could grab the bottom right corner & not position in the ItemId text box.
code changes are good.
Tested with version 2.2.2404.1614. No issues found,