circuitjs1
circuitjs1 copied to clipboard
Bug- File name under "Current Circuit" displayed incorrectly if it has underscores
OS: LinuxMint 22.1. Circuitjs: version 3.1.3js If you open a file from within circuitjs (File->Open file), the file name is displayed on the right under "Current Circuit". If the file name is longer than fits on one line, and contains spaces or dashes (minus signs), it is wrapped to the next line(s). But this does not happen on places where the file name contains underscores. See the screenshots below.
I think it should always wrap, at an space, dash, or underscore, or just after a character if those are not available, so the file name is always visible.