Add EDA_BASE_FRAME::Show() and call SaveSettings() only from there for all derived wxFrames. Remove calls to SaveSettings() elsewhere.

This commit is contained in:
Dick Hollenbeck
2014-01-27 19:29:26 -06:00
parent 786bb81c4d
commit c63fa6ff31
17 changed files with 61 additions and 41 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ While exploring the possibility of local caching of the zip file, I discovered
this command to retrieve the time stamp of the last commit into any particular
repo:
$time curl -I -i https://api.github.com/repos/KiCad/Mounting_Holes.pretty
$time curl -I -i https://api.github.com/repos/KiCad/Mounting_Holes.pretty/commits
This gets just the header to what would otherwise return information on the repo
in JSON format, and is reasonably faster than actually getting the repo