Browse Source
The lock file code would reset the lock file every other time the same board file was opened in Pcbnew in the stand alone mode. This created the perfect toggle switch causing the board to be reloaded every other time the same board was selected. Please note that wxSingleInstanceChecker is broken on Linux and most likely MacOS as well due to a bug in wxWidgets. On these platforms, the already opened file is reopened rather than displaying a warning that the file is already opened. Fixes lp:1777599 https://bugs.launchpad.net/kicad/+bug/1777599pull/13/head
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue