pcbnew save & load preferences saves/loads project instead
Bug #1753659 reported by
joost
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KiCad |
Fix Released
|
Low
|
Jon Evans |
Bug Description
macos 10.12.6, retina macbook pro
nightly: kicad-20180301-
In pcbnew, preferences/save preferences brings up the save project diaglog instead. Similarly, preferences/load preferences, brings up the load project diaglog.
It appears impossible to save/load the actual preferences.
tags: | added: pcbnew |
Changed in kicad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Currently the save preferences option refers to the project-level preferences. But these preferences are minimal, at best.
The majority of the settings in the Preferences menu are saved in the user-level config file but can't be imported/exported.
I would propose changing the load/save preferences to load/save the user-level config preferences and leave the project-level preferences with the project file but without the ability to separately import/export the project preferences.
Thoughts?