Browse Source

minor changes

pull/1/head
charras 16 years ago
parent
commit
8be3abc1c0
  1. 4
      copyright.h
  2. 5
      kicad/tree_project_frame.cpp

4
copyright.h

@ -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-2009 Jean-Pierre Charras, jean-pierre.charras@gipsa-lab.inpg.fr
* Copyright (C) 1992-2009 Kicad Developers, see change_log.txt for contributors.
* Copyright (C) 1992-2010 <author>
* Copyright (C) 1992-2010 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

5
kicad/tree_project_frame.cpp

@ -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();

Loading…
Cancel
Save