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
8be3abc1
Commit
8be3abc1
authored
Feb 20, 2010
by
charras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
41a6a002
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
copyright.h
copyright.h
+2
-2
tree_project_frame.cpp
kicad/tree_project_frame.cpp
+0
-5
No files found.
copyright.h
View file @
8be3abc1
...
...
@@ -12,8 +12,8 @@ may choose to document this corresponding work in the CHANGELOG.txt file.
/*
* This program source code file is part of KICAD, a free EDA CAD application.
*
* Copyright (C) 1992-20
09 Jean-Pierre Charras, jean-pierre.charras@gipsa-lab.inpg.fr
* Copyright (C) 1992-20
09
Kicad Developers, see change_log.txt for contributors.
* Copyright (C) 1992-20
10 <author>
* Copyright (C) 1992-20
10
Kicad Developers, see change_log.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
...
...
kicad/tree_project_frame.cpp
View file @
8be3abc1
...
...
@@ -8,7 +8,6 @@
#include <pyhandler.h>
#endif
#include <wx/wupdlock.h>
#include "fctsys.h"
#include "common.h"
#include "confirm.h"
...
...
@@ -860,10 +859,6 @@ void TREE_PROJECT_FRAME::ReCreateTreePrj()
else
m_TreeProject
->
DeleteAllItems
();
// Do not update the frame while building the project tree
// This can take a while if there is a lot of files and directories in CWD
wxWindowUpdateLocker
noUpdateTree
(
this
);
if
(
!
m_Parent
->
m_ProjectFileName
.
IsOk
()
)
{
fn
.
Clear
();
...
...
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