Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
b7a87196
Commit
b7a87196
authored
Oct 13, 2011
by
Wayne Stambaugh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make CvPcb stay open on save the default behavior. Fixes 872265
parent
70569edb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
9 deletions
+31
-9
cvframe.cpp
cvpcb/cvframe.cpp
+30
-8
dialog_SVG_print.cpp
eeschema/dialogs/dialog_SVG_print.cpp
+1
-1
No files found.
cvpcb/cvframe.cpp
View file @
b7a87196
/*********************/
/* File: cvframe.cpp */
/*********************/
/*
* This program source code file is part of KiCad, a free EDA CAD application.
*
* Copyright (C) 2009 Jean-Pierre Charras, jaen-pierre.charras@gipsa-lab.inpg.com
* Copyright (C) 2011 Wayne Stambaugh <stambaughw@verizon.net>
* Copyright (C) 1992-2011 KiCad Developers, see AUTHORS.txt for contributors.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, you may find one here:
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* or you may search the http://www.gnu.org website for the version 2 license,
* or you may write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*/
/**
* @file cvframe.cpp
*/
#include "fctsys.h"
#include "appl_wxstruct.h"
#include "common.h"
#include "macros.h"
#include "confirm.h"
#include "eda_doc.h"
#include "eda_dde.h"
#include "gestfich.h"
#include "param_config.h"
#include "bitmaps.h"
#include "cvpcb.h"
#include "cvpcb_mainframe.h"
#include "cvstruct.h"
#include "dialog_cvpcb_config.h"
...
...
@@ -182,7 +204,7 @@ void CVPCB_MAINFRAME::LoadSettings()
wxConfig
*
cfg
=
wxGetApp
().
m_EDA_Config
;
EDA_BASE_FRAME
::
LoadSettings
();
cfg
->
Read
(
KeepCvpcbOpenEntry
,
&
m_KeepCvpcbOpen
,
fals
e
);
cfg
->
Read
(
KeepCvpcbOpenEntry
,
&
m_KeepCvpcbOpen
,
tru
e
);
cfg
->
Read
(
FootprintDocFileEntry
,
&
m_DocModulesFileName
,
DEFAULT_FOOTPRINTS_LIST_FILENAME
);
}
...
...
eeschema/dialogs/dialog_SVG_print.cpp
View file @
b7a87196
...
...
@@ -24,7 +24,7 @@
*/
/**
* @file dialog_SVG_print.cpp
* @file
eeschema/dialogs/
dialog_SVG_print.cpp
*/
#include "fctsys.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment