ra4king / CircuitSim

Basic Circuit Simulator
https://ra4king.github.io/CircuitSim
BSD 3-Clause "New" or "Revised" License
76 stars 27 forks source link

Store the Tunnel's width and height in the save file to avoid deriving from the font on each load #84

Closed ra4king closed 1 year ago

ra4king commented 1 year ago

Tunnels should not have their width and height derived from the font on every file reload. This will allow for true headless mode without the need to start the JavaFX subsystem.