Loading pcbnew/tools/edit_tool.cpp +3 −1 Original line number Diff line number Diff line /* * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2013 CERN * Copyright (C) 2013-2015 CERN * @author Maciej Suminski <maciej.suminski@cern.ch> * @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading Loading @@ -342,6 +343,7 @@ int EDIT_TOOL::Main( const TOOL_EVENT& aEvent ) controls->ShowCursor( false ); //controls->SetSnapping( false ); controls->SetAutoPan( false ); controls->ForceCursorPosition( false ); setTransitions(); Loading Loading
pcbnew/tools/edit_tool.cpp +3 −1 Original line number Diff line number Diff line /* * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2013 CERN * Copyright (C) 2013-2015 CERN * @author Maciej Suminski <maciej.suminski@cern.ch> * @author Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License Loading Loading @@ -342,6 +343,7 @@ int EDIT_TOOL::Main( const TOOL_EVENT& aEvent ) controls->ShowCursor( false ); //controls->SetSnapping( false ); controls->SetAutoPan( false ); controls->ForceCursorPosition( false ); setTransitions(); Loading