Fixed a bug allowing to drag locked footprints without approval

Fixes: lp:1576655
* https://bugs.launchpad.net/kicad/+bug/1576655
This commit is contained in:
Maciej Suminski 2017-07-27 17:13:16 +02:00
parent 50bb9ce665
commit acbfea48f2
1 changed files with 0 additions and 2 deletions

View File

@ -654,8 +654,6 @@ SELECTION_LOCK_FLAGS SELECTION_TOOL::CheckLock()
return SELECTION_LOCKED;
}
m_locked = false;
return SELECTION_UNLOCKED;
}