delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
111 stars 34 forks source link

Text formatting error in SWAG import wizard #4

Closed delphidabbler closed 4 years ago

delphidabbler commented 4 years ago

There is a minor text formatting error in the SWAG database import wizard. When selecting a category name that contains an ampersand character and displaying it's snippets the title above the snippet list box displays an underline instead of the ampersand.

delphidabbler commented 4 years ago

Need to replace ampersands with double ampersands. This solution retains ability of label to have an accelerator character.

Note: If the label does not have an accelerator that focuses it's list box then give it one.

delphidabbler commented 4 years ago

Fixed in commit df3df9c