Commit 161b3602 authored by Maciej Suminski's avatar Maciej Suminski
Browse files

Fixed frozen cursor (GAL).

parent 0dd9efd9
Loading
Loading
Loading
Loading
+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
@@ -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();